PHP Class N98\Magento\Command\LocalConfig\GenerateCommand

Inheritance: extends N98\Magento\Command\AbstractMagentoCommand
Datei anzeigen Open project: netz98/n98-magerun

Protected Methods

Method Description
_getLocalConfigFilename ( ) : string
_wrapCData ( string $string ) : string wrap utf-8 string as a
askForArguments ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void

Method Details

_getLocalConfigFilename() protected method

protected _getLocalConfigFilename ( ) : string
return string

_wrapCData() protected method

.. ]]> section if the string has length. in case the string has length and not the whole string can be wrapped in a CDATA section (because it contains a sequence that can not be part of a CDATA section "]]>") the part that can well be.
protected _wrapCData ( string $string ) : string
$string string
return string CDATA section or equivalent

askForArguments() protected method

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

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return integer | void