PHP Класс N98\Magento\Command\LocalConfig\GenerateCommand

Наследование: extends N98\Magento\Command\AbstractMagentoCommand
Показать файл Открыть проект

Защищенные методы

Метод Описание
_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

Описание методов

_getLocalConfigFilename() защищенный метод

protected _getLocalConfigFilename ( ) : string
Результат string

_wrapCData() защищенный метод

.. ]]> 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
Результат string CDATA section or equivalent

askForArguments() защищенный метод

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 configure ( )

execute() защищенный метод

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
Результат integer | void