Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Neos
Media
Domain
Session
BrowserState
PHP Class Neos\Media\Domain\Session\BrowserState
Exibir arquivo
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_oe property
protected
array
$data
return
array