Method |
Description |
|
__get ( string $name ) : mixed |
Get an attribute or private setting value |
|
__set ( string $name, mixed $value ) : void |
Set a value as private setting or attribute. |
|
getBatch ( ) : Elgg\Upgrade\Batch | false |
Return instance of the class that processes the data |
|
getCompletedTime ( ) : string |
Gets the time when the upgrade completed. |
|
initializeAttributes ( ) : null |
Set subtype to upgrade |
|
isCompleted ( ) : boolean |
Has this upgrade completed? |
|
save ( ) : mixed |
Require an upgrade page. |
|
setClass ( string $class ) : void |
Sets a class for the upgrade |
|
setCompleted ( ) : boolean |
Mark this upgrade as completed |
|
setCompletedTime ( integer $time = null ) : boolean |
Sets the timestamp for when the upgrade completed. |
|
setID ( string $id ) : void |
Sets an unique id for the upgrade |
|