PHP Class Neos\Media\Domain\Session\BrowserState

Show file Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Property Type Description
$data array

Public Methods

Method Description
get ( string $key ) : mixed Return a value for $key.
set ( string $key, mixed $value ) : void Set a $value for $key

Method Details

get() public method

Return a value for $key.
public get ( string $key ) : mixed
$key string
return mixed

set() public method

Set a $value for $key
public set ( string $key, mixed $value ) : void
$key string
$value mixed
return void

Property Details

$data protected property

protected array $data
return array