EC-CUBE4 APIドキュメント

PluginGenerateCommand extends Command

Table of Contents

$defaultName
$io SymfonyStyle
$fs Filesystem
$container ContainerInterface
__construct() mixed
configure() mixed
initialize() mixed
interact() mixed
execute() mixed
validateCode() mixed
validateVersion() mixed
createDirectories() mixed
createConfig() mixed
createMessages() mixed
createTwigBlock() mixed
createNav() mixed
createEvent() mixed
createConfigController() mixed

Properties

Methods

__construct()

public __construct( $container : ContainerInterface ) : mixed
Parameters
$container : ContainerInterface
Return values
mixed

initialize()

protected initialize( $input : InputInterface , $output : OutputInterface ) : mixed
Parameters
$input : InputInterface
$output : OutputInterface
Return values
mixed

interact()

protected interact( $input : InputInterface , $output : OutputInterface ) : mixed
Parameters
$input : InputInterface
$output : OutputInterface
Return values
mixed

execute()

protected execute( $input : InputInterface , $output : OutputInterface ) : mixed
Parameters
$input : InputInterface
$output : OutputInterface
Return values
mixed

validateCode()

public validateCode( $code : mixed ) : mixed
Parameters
$code : mixed
Return values
mixed

validateVersion()

public validateVersion( $version : mixed ) : mixed
Parameters
$version : mixed
Return values
mixed

createDirectories()

protected createDirectories( $pluginDir : string ) : mixed
Parameters
$pluginDir : string
Return values
mixed

createConfig()

protected createConfig( $pluginDir : string , $name : mixed , $code : mixed , $version : mixed ) : mixed
Parameters
$pluginDir : string
$name : mixed
$code : mixed
$version : mixed
Return values
mixed

createMessages()

protected createMessages( $pluginDir : string ) : mixed
Parameters
$pluginDir : string
Return values
mixed

createTwigBlock()

protected createTwigBlock( $pluginDir : string , $code : mixed ) : mixed
Parameters
$pluginDir : string
$code : mixed
Return values
mixed

createNav()

protected createNav( $pluginDir : string , $code : mixed ) : mixed
Parameters
$pluginDir : string
$code : mixed
Return values
mixed

createEvent()

protected createEvent( $pluginDir : string , $code : mixed ) : mixed
Parameters
$pluginDir : string
$code : mixed
Return values
mixed

createConfigController()

protected createConfigController( $pluginDir : string , $code : mixed ) : mixed
Parameters
$pluginDir : string
$code : mixed
Return values
mixed

Search results