PHP Class bitExpert\Disco\Store\SerializableBeanStore

Inheritance: implements bitExpert\Disco\Store\BeanStore
Afficher le fichier Open project: bitexpert/disco Class Usage Examples

Protected Properties

Свойство Type Description
$beans array

Méthodes publiques

Méthode Description
__construct ( ) Creates a new {@link \bitExpert\Disco\Store\SerializableBeanStore}.
__sleep ( ) {@inheritDoc}
add ( string $beanId, $bean )
get ( string $beanId )
has ( string $beanId ) : boolean

Method Details

__construct() public méthode

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

__sleep() public méthode

{@inheritDoc}
public __sleep ( )

add() public méthode

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

get() public méthode

public get ( string $beanId )
$beanId string

has() public méthode

public has ( string $beanId ) : boolean
$beanId string
Résultat boolean

Property Details

$beans protected_oe property

protected array $beans
Résultat array