PHP 클래스 Cilex\Provider\Console\Command

저자: Mike van Riel ([email protected])
상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: cilex/cilex

공개 메소드들

메소드 설명
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