|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilFileServicesDatabaseObjective:
Collaboration diagram for ilFileServicesDatabaseObjective:Public Member Functions | |
| prepare (ilDBInterface $db) | |
| step_1 () | |
| adds a new table to store data of file upload policies More... | |
Public Member Functions inherited from ilDatabaseUpdateSteps | |
| 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().
Referenced by step_1().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFileServicesDatabaseObjective::prepare | ( | ilDBInterface | $db | ) |
Definition at line 28 of file class.ilFileServicesDatabaseObjective.php.
References ILIAS\Repository\database().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
|
protected |
Definition at line 26 of file class.ilFileServicesDatabaseObjective.php.