Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
AcMailerTest
ServiceManager
ServiceManagerMock
set
AcMailerTest\ServiceManager\ServiceManagerMock::set PHP Method
ServiceManagerMock Class Documentation
Mostrar archivo
Open project: acelaya/zf2-acmailer
set()
public
method
Sets the service with defined key
public
set
(
$key
,
$service
)
$key
$service
public function set($key, $service) { $this->services[$key] = $service; return $this; }
ServiceManagerMock
__construct
get
has
set