PHP Interface Storage

Afficher le fichier Open project: ptrofimov/beanstalk_console Interface Usage Examples

Méthodes publiques

Méthode Description
__construct ( $config )
delete ( $key )
getError ( )
getJobs ( )
getJobsForTube ( $tubename )
isAvailable ( )
load ( $key )
saveJob ( $arr )

Méthodes protégées

Méthode Description
readCollection ( )
save ( $arr )
validate ( $arr )
writeCollection ( $collection )

Method Details

__construct() public méthode

public __construct ( $config )

delete() public méthode

public delete ( $key )

getError() public méthode

public getError ( )

getJobs() public méthode

public getJobs ( )

getJobsForTube() public méthode

public getJobsForTube ( $tubename )

isAvailable() public méthode

public isAvailable ( )

load() public méthode

public load ( $key )

readCollection() protected méthode

protected readCollection ( )

save() protected méthode

protected save ( $arr )

saveJob() public méthode

public saveJob ( $arr )

validate() protected méthode

protected validate ( $arr )

writeCollection() protected méthode

protected writeCollection ( $collection )