PHP Class ApplicationStub

Show file Open project: mpociot/reanimate

Protected Properties

Property Type Description
$attributes

Public Methods

Method Description
instance ( $key, $instance )
offsetExists ( $offset )
offsetGet ( $key )
offsetSet ( $key, $value )
offsetUnset ( $key )
setAttributes ( $attributes )

Method Details

instance() public method

public instance ( $key, $instance )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $key )

offsetSet() public method

public offsetSet ( $key, $value )

offsetUnset() public method

public offsetUnset ( $key )

setAttributes() public method

public setAttributes ( $attributes )

Property Details

$attributes protected property

protected $attributes