Property | Type | Description | |
---|---|---|---|
$_scriptFilename | string | ||
$_stopOnError | boolean | ||
$scriptVars | array |
Method | Description | |
---|---|---|
isEnabled ( ) : boolean |
Method | Description | |
---|---|---|
_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 ) |
protected _getContent ( string $filename ) : string | ||
$filename | string | |
return | string |
protected _initDefines ( Symfony\Component\Console\Input\InputInterface $input ) | ||
$input | Symfony\Component\Console\Input\InputInterface |
protected _prepareShellCommand ( string $commandString ) : string | ||
$commandString | string | |
return | string |
protected _replaceScriptVars ( string $commandString ) : string | ||
$commandString | string | |
return | string |
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 |
protected registerVariable ( Symfony\Component\Console\Output\OutputInterface $output, string $commandString ) : void | ||
$output | Symfony\Component\Console\Output\OutputInterface | |
$commandString | string | |
return | void |
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 |
protected runShellCommand ( Symfony\Component\Console\Output\OutputInterface $output, string $commandString ) | ||
$output | Symfony\Component\Console\Output\OutputInterface | |
$commandString | string |