PHP 클래스 Liip\RMT\Application

상속: extends Symfony\Component\Console\Application
파일 보기 프로젝트 열기: liip/rmt 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$instance See Liip\Command\BaseCommand::getApplication()

공개 메소드들

메소드 설명
__construct ( )
asText ( $namespace = null, $raw = false )
getConfig ( )
getConfigFilePath ( )
getProjectRootDir ( )
run ( Symfony\Component\Console\Input\InputInterface $input = null, Symfony\Component\Console\Output\OutputInterface $output = null )

메소드 상세

__construct() 공개 메소드

public __construct ( )

asText() 공개 메소드

public asText ( $namespace = null, $raw = false )

getConfig() 공개 메소드

public getConfig ( )

getConfigFilePath() 공개 메소드

public getConfigFilePath ( )

getProjectRootDir() 공개 메소드

public getProjectRootDir ( )

run() 공개 메소드

public run ( Symfony\Component\Console\Input\InputInterface $input = null, Symfony\Component\Console\Output\OutputInterface $output = null )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

프로퍼티 상세

$instance 공개적으로 정적으로 프로퍼티

See Liip\Command\BaseCommand::getApplication()
public static $instance