19 declare(strict_types=1);
    40             self::TST_EXPORT_TABLE,
    58     public function delete(
    61         $this->db->manipulateF(
    62             'DELETE FROM ' . self::TST_EXPORT_TABLE . 
' WHERE rid = %s',
    71         return $this->db->fetchAll(
    73                 'SELECT * FROM ' . self::TST_EXPORT_TABLE . 
' WHERE object_id = %s',
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
store(int $object_id, Types $type, ResourceIdentification $rid)
 
Class ResourceIdentification. 
 
__construct(private readonly \ilDBInterface $db)