PHP Class think\console\command\Make

Inheritance: extends think\console\Command
Show file Open project: top-think/framework Class Usage Examples

Protected Properties

Property Type Description
$type

Protected Methods

Method Description
buildClass ( $name )
configure ( )
execute ( Input $input, Output $output )
getClassName ( $name )
getNamespace ( $appNamespace, $module )
getPathName ( $name )
getStub ( )

Method Details

buildClass() protected method

protected buildClass ( $name )

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Input $input, Output $output )
$input think\console\Input
$output think\console\Output

getClassName() protected method

protected getClassName ( $name )

getNamespace() protected method

protected getNamespace ( $appNamespace, $module )

getPathName() protected method

protected getPathName ( $name )

getStub() abstract protected method

abstract protected getStub ( )

Property Details

$type protected property

protected $type