PHP Class Queue

Inheritance: extends Illuminate\Support\Facades\Queue
Afficher le fichier Open project: yupe/yupe Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

attributeLabels() public méthode

public attributeLabels ( ) : array
Résultat array customized attribute labels (name=>label)

beforeSave() public méthode

public beforeSave ( ) : boolean
Résultat boolean

complete() public méthode

public complete ( ) : boolean
Résultat boolean

completeWithError() public méthode

public completeWithError ( $notice, integer $status = self::STATUS_ERROR ) : boolean
$notice
$status integer
Résultat boolean

decodeJson() public méthode

public decodeJson ( ) : array
Résultat array

getPriority() public méthode

public getPriority ( ) : mixed | string
Résultat mixed | string

getPriorityList() public méthode

public getPriorityList ( ) : array
Résultat array

getStatus() public méthode

public getStatus ( ) : mixed | string
Résultat mixed | string

getStatusList() public méthode

public getStatusList ( ) : array
Résultat array

getTasksForWorker() public méthode

public getTasksForWorker ( $worker, integer $limit = 10 ) : array | mixed | null
$worker
$limit integer
Résultat array | mixed | null

getWorkerName() public méthode

public getWorkerName ( ) : string
Résultat string

model() public static méthode

Returns the static model of the specified AR class.
public static model ( string $className = __CLASS__ ) : Queue
$className string active record class name.
Résultat Queue the static model class

rules() public méthode

public rules ( ) : array
Résultat array validation rules for model attributes.

tableName() public méthode

public tableName ( ) : string
Résultat string the associated database table name