PHP 클래스 Overtrue\PHPLint\Console\Application

상속: extends Symfony\Component\Console\Application
파일 보기 프로젝트 열기: overtrue/phplint

공개 메소드들

메소드 설명
__construct ( ) Constructor.
getDefinition ( ) Overridden so that the application doesn't expect the command name to be the first argument.

보호된 메소드들

메소드 설명
getCommandName ( Symfony\Component\Console\Input\InputInterface $input ) : string Gets the name of the command based on input.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

getCommandName() 보호된 메소드

Gets the name of the command based on input.
protected getCommandName ( Symfony\Component\Console\Input\InputInterface $input ) : string
$input Symfony\Component\Console\Input\InputInterface The input interface
리턴 string The command name

getDefinition() 공개 메소드

Overridden so that the application doesn't expect the command name to be the first argument.
public getDefinition ( )