Method |
Description |
|
attributeLabels ( ) : array |
|
|
beforeSave ( ) : boolean |
|
|
complete ( ) : boolean |
|
|
completeWithError ( $notice, integer $status = self::STATUS_ERROR ) : boolean |
|
|
decodeJson ( ) : array |
|
|
getPriority ( ) : mixed | string |
|
|
getPriorityList ( ) : array |
|
|
getStatus ( ) : mixed | string |
|
|
getStatusList ( ) : array |
|
|
getTasksForWorker ( $worker, integer $limit = 10 ) : array | mixed | null |
|
|
getWorkerName ( ) : string |
|
|
model ( string $className = __CLASS__ ) : Queue |
Returns the static model of the specified AR class. |
|
rules ( ) : array |
|
|
search ( ) : CActiveDataProvider |
Retrieves a list of models based on the current search/filter conditions. |
|
tableName ( ) : string |
|
|