PHP 클래스 N98\Magento\Command\LocalConfig\GenerateCommand

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

보호된 메소드들

메소드 설명
_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