PHP Класс Queue

Наследование: extends Illuminate\Support\Facades\Queue
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

attributeLabels() публичный Метод

public attributeLabels ( ) : array
Результат array customized attribute labels (name=>label)

beforeSave() публичный Метод

public beforeSave ( ) : boolean
Результат boolean

complete() публичный Метод

public complete ( ) : boolean
Результат boolean

completeWithError() публичный Метод

public completeWithError ( $notice, integer $status = self::STATUS_ERROR ) : boolean
$notice
$status integer
Результат boolean

decodeJson() публичный Метод

public decodeJson ( ) : array
Результат array

getPriority() публичный Метод

public getPriority ( ) : mixed | string
Результат mixed | string

getPriorityList() публичный Метод

public getPriorityList ( ) : array
Результат array

getStatus() публичный Метод

public getStatus ( ) : mixed | string
Результат mixed | string

getStatusList() публичный Метод

public getStatusList ( ) : array
Результат array

getTasksForWorker() публичный Метод

public getTasksForWorker ( $worker, integer $limit = 10 ) : array | mixed | null
$worker
$limit integer
Результат array | mixed | null

getWorkerName() публичный Метод

public getWorkerName ( ) : string
Результат string

model() публичный статический Метод

Returns the static model of the specified AR class.
public static model ( string $className = __CLASS__ ) : Queue
$className string active record class name.
Результат Queue the static model class

rules() публичный Метод

public rules ( ) : array
Результат array validation rules for model attributes.

tableName() публичный Метод

public tableName ( ) : string
Результат string the associated database table name