PHP Class Phive\Queue\Tests\Handler\Handler

Inheritance: implements Serializable
Datei anzeigen Open project: rybakit/phive-queue Class Usage Examples

Public Methods

Method Description
__construct ( $options = null )
clear ( )
createQueue ( ) : Phive\Queue\Queue
getOption ( string $name ) : mixed
getOptions ( ) : array
getQueueName ( Phive\Queue\Queue $queue )
reset ( )
serialize ( )
unserialize ( $data )

Protected Methods

Method Description
configure ( )

Method Details

__construct() public method

public __construct ( $options = null )

clear() public method

public clear ( )

configure() protected method

protected configure ( )

createQueue() abstract public method

abstract public createQueue ( ) : Phive\Queue\Queue
return Phive\Queue\Queue

getOption() public method

public getOption ( string $name ) : mixed
$name string
return mixed

getOptions() public method

public getOptions ( ) : array
return array

getQueueName() public method

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

reset() public method

public reset ( )

serialize() public method

public serialize ( )

unserialize() public method

public unserialize ( $data )