PHP 클래스 GrumPHP\Console\Application

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

보호된 프로퍼티들

프로퍼티 타입 설명
$composerHelper GrumPHP\Console\Helper\ComposerHelper
$configDefaultPath string
$container Symfony\Component\DependencyInjection\ContainerBuilder
$filesystem GrumPHP\Util\Filesystem

공개 메소드들

메소드 설명
__construct ( ) Set up application:

보호된 메소드들

메소드 설명
configureIO ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Configure IO of GrumPHP objects
getContainer ( ) : ContainerBuilder
getDefaultCommands ( )
getDefaultConfigPath ( ) : string
getDefaultHelperSet ( )
getDefaultInputDefinition ( )
initializeComposerHelper ( ) : ComposerHelper

메소드 상세

__construct() 공개 메소드

Set up application:
public __construct ( )

configureIO() 보호된 메소드

Configure IO of GrumPHP objects
protected configureIO ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getContainer() 보호된 메소드

protected getContainer ( ) : ContainerBuilder
리턴 Symfony\Component\DependencyInjection\ContainerBuilder

getDefaultCommands() 보호된 메소드

protected getDefaultCommands ( )

getDefaultConfigPath() 보호된 메소드

protected getDefaultConfigPath ( ) : string
리턴 string

getDefaultHelperSet() 보호된 메소드

protected getDefaultHelperSet ( )

getDefaultInputDefinition() 보호된 메소드

initializeComposerHelper() 보호된 메소드

protected initializeComposerHelper ( ) : ComposerHelper
리턴 GrumPHP\Console\Helper\ComposerHelper

프로퍼티 상세

$composerHelper 보호되어 있는 프로퍼티

protected ComposerHelper,GrumPHP\Console\Helper $composerHelper
리턴 GrumPHP\Console\Helper\ComposerHelper

$configDefaultPath 보호되어 있는 프로퍼티

protected string $configDefaultPath
리턴 string

$container 보호되어 있는 프로퍼티

protected ContainerBuilder,Symfony\Component\DependencyInjection $container
리턴 Symfony\Component\DependencyInjection\ContainerBuilder

$filesystem 보호되어 있는 프로퍼티

protected Filesystem,GrumPHP\Util $filesystem
리턴 GrumPHP\Util\Filesystem