PHP 클래스 N98\Magento\Command\ScriptCommand

상속: extends AbstractMagentoCommand
파일 보기 프로젝트 열기: netz98/n98-magerun

보호된 프로퍼티들

프로퍼티 타입 설명
$_scriptFilename string
$_stopOnError boolean
$scriptVars array

공개 메소드들

메소드 설명
isEnabled ( ) : boolean

보호된 메소드들

메소드 설명
_getContent ( string $filename ) : string
_initDefines ( Symfony\Component\Console\Input\InputInterface $input )
_prepareShellCommand ( string $commandString ) : string
_replaceScriptVars ( string $commandString ) : string
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
initScriptVars ( )
registerVariable ( Symfony\Component\Console\Output\OutputInterface $output, string $commandString ) : void
runMagerunCommand ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, string $commandString )
runShellCommand ( Symfony\Component\Console\Output\OutputInterface $output, string $commandString )

메소드 상세

_getContent() 보호된 메소드

protected _getContent ( string $filename ) : string
$filename string
리턴 string

_initDefines() 보호된 메소드

protected _initDefines ( Symfony\Component\Console\Input\InputInterface $input )
$input Symfony\Component\Console\Input\InputInterface

_prepareShellCommand() 보호된 메소드

protected _prepareShellCommand ( string $commandString ) : string
$commandString string
리턴 string

_replaceScriptVars() 보호된 메소드

protected _replaceScriptVars ( string $commandString ) : string
$commandString string
리턴 string

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

initScriptVars() 보호된 메소드

protected initScriptVars ( )

isEnabled() 공개 메소드

public isEnabled ( ) : boolean
리턴 boolean

registerVariable() 보호된 메소드

protected registerVariable ( Symfony\Component\Console\Output\OutputInterface $output, string $commandString ) : void
$output Symfony\Component\Console\Output\OutputInterface
$commandString string
리턴 void

runMagerunCommand() 보호된 메소드

protected runMagerunCommand ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, string $commandString )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$commandString string

runShellCommand() 보호된 메소드

protected runShellCommand ( Symfony\Component\Console\Output\OutputInterface $output, string $commandString )
$output Symfony\Component\Console\Output\OutputInterface
$commandString string

프로퍼티 상세

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

protected string $_scriptFilename
리턴 string

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

protected bool $_stopOnError
리턴 boolean

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

protected array $scriptVars
리턴 array