Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
DI
Definition
Definition
PHP Interface DI\Definition\Definition
Author:
Matthieu Napoli (
[email protected]
)
Datei anzeigen
Open project: mnapoli/php-di
Interface Usage Examples
Public Methods
Method
Description
getName
( ) :
string
Returns the name of the entry in the container.
getScope
( ) :
string
Returns the scope of the entry.
Method Details
getName()
public
method
Returns the name of the entry in the container.
public
getName
( ) :
string
return
string
getScope()
public
method
Returns the scope of the entry.
public
getScope
( ) :
string
return
string