PHP 클래스 N98\Magento\Command\Developer\Module\CreateCommand

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

보호된 프로퍼티들

프로퍼티 타입 설명
$baseFolder string
$codePool string
$modmanMode boolean
$moduleDirectory string
$moduleName string
$twigVars array
$vendorNamespace string

보호된 메소드들

메소드 설명
addAdditionalFiles ( Symfony\Component\Console\Output\OutputInterface $output )
configure ( )
createModuleDirectories ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
initView ( Symfony\Component\Console\Input\InputInterface $input )
writeComposerConfig ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Write composer.json
writeEtcModules ( Symfony\Component\Console\Output\OutputInterface $output )
writeModmanFile ( Symfony\Component\Console\Output\OutputInterface $output )
writeModuleConfig ( Symfony\Component\Console\Output\OutputInterface $output )
writeReadme ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Write standard readme

비공개 메소드들

메소드 설명
createModuleDirectory ( string $directory )
getOutfile ( string $filename ) : string

메소드 상세

addAdditionalFiles() 보호된 메소드

protected addAdditionalFiles ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

configure() 보호된 메소드

protected configure ( )

createModuleDirectories() 보호된 메소드

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

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

initView() 보호된 메소드

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

writeComposerConfig() 보호된 메소드

Write composer.json
protected writeComposerConfig ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

writeEtcModules() 보호된 메소드

protected writeEtcModules ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

writeModmanFile() 보호된 메소드

protected writeModmanFile ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

writeModuleConfig() 보호된 메소드

protected writeModuleConfig ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

writeReadme() 보호된 메소드

TODO: Make author name / company URL and more configurable
또한 보기: https://raw.github.com/sprankhub/Magento-Extension-Sample-Readme/master/readme.markdown
protected writeReadme ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

프로퍼티 상세

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

protected string $baseFolder
리턴 string

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

protected string $codePool
리턴 string

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

protected bool $modmanMode
리턴 boolean

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

protected string $moduleDirectory
리턴 string

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

protected string $moduleName
리턴 string

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

protected array $twigVars
리턴 array

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

protected string $vendorNamespace
리턴 string