PHP 클래스 Doctrine\OXM\Tools\Console\ConsoleRunner

부터: 1.0
저자: Igor Golovanov ([email protected])
파일 보기 프로젝트 열기: doctrine/oxm 1 사용 예제들

공개 메소드들

메소드 설명
addCommands ( Application $cli )
run ( Symfony\Component\Console\Helper\HelperSet $helperSet ) : void Run console with the given helperset.

메소드 상세

addCommands() 공개 정적인 메소드

public static addCommands ( Application $cli )
$cli Symfony\Component\Console\Application

run() 공개 정적인 메소드

Run console with the given helperset.
public static run ( Symfony\Component\Console\Helper\HelperSet $helperSet ) : void
$helperSet Symfony\Component\Console\Helper\HelperSet
리턴 void