PHP Class Phive\Queue\Tests\Handler\Handler

Inheritance: implements Serializable
Afficher le fichier Open project: rybakit/phive-queue Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
configure ( )

Method Details

__construct() public méthode

public __construct ( $options = null )

clear() public méthode

public clear ( )

configure() protected méthode

protected configure ( )

createQueue() abstract public méthode

abstract public createQueue ( ) : Phive\Queue\Queue
Résultat Phive\Queue\Queue

getOption() public méthode

public getOption ( string $name ) : mixed
$name string
Résultat mixed

getOptions() public méthode

public getOptions ( ) : array
Résultat array

getQueueName() public méthode

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

reset() public méthode

public reset ( )

serialize() public méthode

public serialize ( )

unserialize() public méthode

public unserialize ( $data )