PHP Класс Cilex\Provider\Console\Command

Автор: Mike van Riel ([email protected])
Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект

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

Метод Описание
getContainer ( ) : Application Returns the application container.
getService ( string $name ) : stdClass | null Returns a service contained in the application container or null if none is found with that name.

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

getContainer() публичный метод

Returns the application container.
public getContainer ( ) : Application
Результат Cilex\Application

getService() публичный метод

This is a convenience method used to retrieve an element from the Application container without having to assign the results of the getContainer() method in every call.
См. также: self::getContainer()
public getService ( string $name ) : stdClass | null
$name string Name of the service
Результат stdClass | null