PHP 클래스 Eccube\Command\PluginCommand

상속: extends Knp\Command\Command
파일 보기 프로젝트 열기: ec-cube/ec-cube

보호된 프로퍼티들

프로퍼티 타입 설명
$app

공개 메소드들

메소드 설명
__construct ( Application $app, $name = null )

보호된 메소드들

메소드 설명
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getPluginFromCode ( $pluginCode )

메소드 상세

__construct() 공개 메소드

public __construct ( Application $app, $name = null )
$app Eccube\Application

configure() 보호된 메소드

protected configure ( )

execute() 보호된 메소드

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getPluginFromCode() 보호된 메소드

protected getPluginFromCode ( $pluginCode )

프로퍼티 상세

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

protected $app