ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
prepare (ilDBInterface $db) | |
step_1 () | |
adds a new table to store data of file upload policies More... | |
![]() | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
Protected Member Functions | |
abortIfNotPrepared () | |
Protected Attributes | |
ilDBInterface | $database = null |
Definition at line 24 of file class.ilFileServicesDatabaseObjective.php.
|
protected |
LogicException | if the database update steps were not yet prepared. |
Definition at line 110 of file class.ilFileServicesDatabaseObjective.php.
References ILIAS\Repository\database(), and null.
Referenced by step_1().
ilFileServicesDatabaseObjective::prepare | ( | ilDBInterface | $db | ) |
Definition at line 28 of file class.ilFileServicesDatabaseObjective.php.
References ILIAS\Repository\database().
ilFileServicesDatabaseObjective::step_1 | ( | ) |
adds a new table to store data of file upload policies
Definition at line 36 of file class.ilFileServicesDatabaseObjective.php.
References abortIfNotPrepared(), and ILIAS\Repository\database().
|
protected |
Definition at line 26 of file class.ilFileServicesDatabaseObjective.php.