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
Dumplie
SharedKernel
Application
ServiceLocator
PHP Interface Dumplie\SharedKernel\Application\ServiceLocator
Mostrar archivo
Open project: dumplie/dumplie
Interface Usage Examples
Public Methods
Method
Description
get
(
string
$id
) :
mixed
has
(
string
$id
) :
boolean
Method Details
get()
public
method
public
get
(
string
$id
) :
mixed
$id
string
return
mixed
has()
public
method
public
has
(
string
$id
) :
boolean
$id
string
return
boolean