PHP 클래스 N98\Magento\Application\Console\Event

상속: extends Symfony\Component\EventDispatcher\Event
파일 보기 프로젝트 열기: netz98/n98-magerun 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$application N98\Magento\Application
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

공개 메소드들

메소드 설명
__construct ( Application $application, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getApplication ( ) : Application
getInput ( ) : Symfony\Component\Console\Input\InputInterface Gets the input instance.
getOutput ( ) : Symfony\Component\Console\Output\OutputInterface Gets the output instance.

메소드 상세

__construct() 공개 메소드

public __construct ( Application $application, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$application N98\Magento\Application
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getApplication() 공개 메소드

public getApplication ( ) : Application
리턴 N98\Magento\Application

getInput() 공개 메소드

Gets the input instance.
public getInput ( ) : Symfony\Component\Console\Input\InputInterface
리턴 Symfony\Component\Console\Input\InputInterface An InputInterface instance

getOutput() 공개 메소드

Gets the output instance.
public getOutput ( ) : Symfony\Component\Console\Output\OutputInterface
리턴 Symfony\Component\Console\Output\OutputInterface An OutputInterface instance

프로퍼티 상세

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

protected Application,N98\Magento $application
리턴 N98\Magento\Application

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

protected InputInterface,Symfony\Component\Console\Input $input
리턴 Symfony\Component\Console\Input\InputInterface

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

protected OutputInterface,Symfony\Component\Console\Output $output
리턴 Symfony\Component\Console\Output\OutputInterface