|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| Asset_Status_Archived ($owner) | |
| getAvailableStatii () | |
| 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 32 of file asset_status_archived.inc.
| Asset_Status_Archived | ( | $owner | ) |
Constructor
| object | Asset $owner the asset that this status belongs to |
Definition at line 41 of file asset_status_archived.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 70 of file asset_status_archived.inc.
|
static |
Returns a string used to describe this status
Definition at line 56 of file asset_status_archived.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 93 of file asset_status_archived.inc.