ThinkPHP5


think\console\command\make\Controller
library\think\console\command\make\Controller.php at line 18

Class Controller

Command
└─Make
└─Controller

public class Controller
extends Make


Method Summary
protected void

configure()

配置指令

protected void

getStub()

protected void

getClassName(mixed name)

protected void

getNamespace(mixed appNamespace, mixed module)

Methods inherited from think\console\command\Make
buildClass, configure, execute, getClassName, getNamespace, getPathName, getStub
Methods inherited from think\console\Command
__construct, addArgument, addOption, addUsage, configure, execute, getAliases, getConsole, getDefinition, getDescription, getHelp, getName, getNativeDefinition, getProcessedHelp, getSynopsis, getUsages, ignoreValidationErrors, initialize, interact, isEnabled, mergeConsoleDefinition, run, setAliases, setCode, setConsole, setDefinition, setDescription, setHelp, setName

Method Detail

library\think\console\command\make\Controller.php at line 23

configure

protected void configure()

配置指令


library\think\console\command\make\Controller.php at line 31

getStub

protected void getStub()

library\think\console\command\make\Controller.php at line 40

getClassName

protected void getClassName(mixed name)

library\think\console\command\make\Controller.php at line 45

getNamespace

protected void getNamespace(mixed appNamespace, mixed module)

ThinkPHP5