ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
prepare (\ilDBInterface $db) | |
Prepare the execution of the steps. More... | |
step_1 () | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 21 of file ilSoapWsdlPathUpdateStep.php.
ilSoapWsdlPathUpdateStep::prepare | ( | \ilDBInterface | $db | ) |
Prepare the execution of the steps.
Do not use anything from the globals or the DIC inside your steps, only use the instance of the database provided here.
Implements ilDatabaseUpdateSteps.
Definition at line 25 of file ilSoapWsdlPathUpdateStep.php.
References $db.
ilSoapWsdlPathUpdateStep::step_1 | ( | ) |
Definition at line 30 of file ilSoapWsdlPathUpdateStep.php.
|
protected |
Definition at line 23 of file ilSoapWsdlPathUpdateStep.php.
Referenced by prepare().