PHP 클래스 bitExpert\Disco\Store\SerializableBeanStore

상속: implements bitExpert\Disco\Store\BeanStore
파일 보기 프로젝트 열기: bitexpert/disco 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$beans array

공개 메소드들

메소드 설명
__construct ( ) Creates a new {@link \bitExpert\Disco\Store\SerializableBeanStore}.
__sleep ( ) {@inheritDoc}
add ( string $beanId, $bean )
get ( string $beanId )
has ( string $beanId ) : boolean

메소드 상세

__construct() 공개 메소드

Creates a new {@link \bitExpert\Disco\Store\SerializableBeanStore}.
public __construct ( )

__sleep() 공개 메소드

{@inheritDoc}
public __sleep ( )

add() 공개 메소드

public add ( string $beanId, $bean )
$beanId string

get() 공개 메소드

public get ( string $beanId )
$beanId string

has() 공개 메소드

public has ( string $beanId ) : boolean
$beanId string
리턴 boolean

프로퍼티 상세

$beans 보호되어 있는 프로퍼티

protected array $beans
리턴 array