|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| Asset_Status_Under_Construction ($owner) | |
| getAvailableStatii () | |
| getStatusChangeMessage () | |
| processStatusChange ($new_status, $update_parent=true) | |
Public Member Functions inherited from Asset_Status | |
| Asset_Status ($owner) | |
| getAvailableStatii () | |
| getStatusChangeMessage () | |
| processStatusChange ($new_status, $update_parent=true) | |
Public Member Functions inherited from MySource_Object | |
| MySource_Object () | |
| __sleep () | |
| __wakeup () | |
Static Public Member Functions | |
| static | getDescription () |
Static Public Member Functions inherited from Asset_Status | |
| static | getDescription () |
Additional Inherited Members | |
Data Fields inherited from Asset_Status | |
| $status_tag = 0 | |
| $owner = null | |
Definition at line 35 of file asset_status_under_construction.inc.
| Asset_Status_Under_Construction | ( | $owner | ) |
Constructor
| object | Asset $owner the asset that this status belongs to |
Definition at line 44 of file asset_status_under_construction.inc.
| getAvailableStatii | ( | ) |
Returns an array of statii that the current user can set for this asset Value returned is a key => value array for a drop down
Definition at line 73 of file asset_status_under_construction.inc.
|
static |
Returns a string used to describe this status
Definition at line 59 of file asset_status_under_construction.inc.
| getStatusChangeMessage | ( | ) |
Get a message about status change options
Definition at line 177 of file asset_status_under_construction.inc.
| processStatusChange | ( | $new_status, | |
$update_parent = true |
|||
| ) |
Processes the changes required when a new status is set Does not change the status of the owner asset or this object
| int | $new_status | the new status to set for this asset |
| boolean | $update_parent | Specify if we want to update the parent as well |
Definition at line 208 of file asset_status_under_construction.inc.