PHP Interface Storage

Mostrar archivo Open project: ptrofimov/beanstalk_console Interface Usage Examples

Public Methods

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

Protected Methods

Method Description
readCollection ( )
save ( $arr )
validate ( $arr )
writeCollection ( $collection )

Method Details

__construct() public method

public __construct ( $config )

delete() public method

public delete ( $key )

getError() public method

public getError ( )

getJobs() public method

public getJobs ( )

getJobsForTube() public method

public getJobsForTube ( $tubename )

isAvailable() public method

public isAvailable ( )

load() public method

public load ( $key )

readCollection() protected method

protected readCollection ( )

save() protected method

protected save ( $arr )

saveJob() public method

public saveJob ( $arr )

validate() protected method

protected validate ( $arr )

writeCollection() protected method

protected writeCollection ( $collection )