PHP 인터페이스 Storage

파일 보기 프로젝트 열기: ptrofimov/beanstalk_console 0 사용 예제들

공개 메소드들

메소드 설명
__construct ( $config )
delete ( $key )
getError ( )
getJobs ( )
getJobsForTube ( $tubename )
isAvailable ( )
load ( $key )
saveJob ( $arr )

보호된 메소드들

메소드 설명
readCollection ( )
save ( $arr )
validate ( $arr )
writeCollection ( $collection )

메소드 상세

__construct() 공개 메소드

public __construct ( $config )

delete() 공개 메소드

public delete ( $key )

getError() 공개 메소드

public getError ( )

getJobs() 공개 메소드

public getJobs ( )

getJobsForTube() 공개 메소드

public getJobsForTube ( $tubename )

isAvailable() 공개 메소드

public isAvailable ( )

load() 공개 메소드

public load ( $key )

readCollection() 보호된 메소드

protected readCollection ( )

save() 보호된 메소드

protected save ( $arr )

saveJob() 공개 메소드

public saveJob ( $arr )

validate() 보호된 메소드

protected validate ( $arr )

writeCollection() 보호된 메소드

protected writeCollection ( $collection )