PHP 클래스 Phive\Queue\Tests\Handler\Handler

상속: implements Serializable
파일 보기 프로젝트 열기: rybakit/phive-queue 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $options = null )
clear ( )
createQueue ( ) : Phive\Queue\Queue
getOption ( string $name ) : mixed
getOptions ( ) : array
getQueueName ( Phive\Queue\Queue $queue )
reset ( )
serialize ( )
unserialize ( $data )

보호된 메소드들

메소드 설명
configure ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $options = null )

clear() 공개 메소드

public clear ( )

configure() 보호된 메소드

protected configure ( )

createQueue() 추상적인 공개 메소드

abstract public createQueue ( ) : Phive\Queue\Queue
리턴 Phive\Queue\Queue

getOption() 공개 메소드

public getOption ( string $name ) : mixed
$name string
리턴 mixed

getOptions() 공개 메소드

public getOptions ( ) : array
리턴 array

getQueueName() 공개 메소드

public getQueueName ( Phive\Queue\Queue $queue )
$queue Phive\Queue\Queue

reset() 공개 메소드

public reset ( )

serialize() 공개 메소드

public serialize ( )

unserialize() 공개 메소드

public unserialize ( $data )