PHP 클래스 Queue

상속: extends Illuminate\Support\Facades\Queue
파일 보기 프로젝트 열기: yupe/yupe 1 사용 예제들

공개 메소드들

메소드 설명
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