PHP Интерфейс DI\Definition\Definition

Автор: Matthieu Napoli ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
getName ( ) : string Returns the name of the entry in the container.
getScope ( ) : string Returns the scope of the entry.

Описание методов

getName() публичный Метод

Returns the name of the entry in the container.
public getName ( ) : string
Результат string

getScope() публичный Метод

Returns the scope of the entry.
public getScope ( ) : string
Результат string