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
Alterway
Component
Workflow
ContextInterface
PHP Interface Alterway\Component\Workflow\ContextInterface
Exibir arquivo
Open project: alterway/component-workflow
Public Methods
Method
Description
add
(
array
$parameters
)
Adds parameters to the service container parameters.
get
(
string
$name
) :
mixed
Gets a service container parameter.
set
(
string
$name
,
mixed
$value
)
Sets a service container parameter.
Method Details
add()
public
method
Adds parameters to the service container parameters.
public
add
(
array
$parameters
)
$parameters
array
get()
public
method
Gets a service container parameter.
public
get
(
string
$name
) :
mixed
$name
string
return
mixed
set()
public
method
Sets a service container parameter.
public
set
(
string
$name
,
mixed
$value
)
$name
string
$value
mixed