PHP 클래스 think\console\command\Make

상속: extends think\console\Command
파일 보기 프로젝트 열기: top-think/framework 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$type

보호된 메소드들

메소드 설명
buildClass ( $name )
configure ( )
execute ( Input $input, Output $output )
getClassName ( $name )
getNamespace ( $appNamespace, $module )
getPathName ( $name )
getStub ( )

메소드 상세

buildClass() 보호된 메소드

protected buildClass ( $name )

configure() 보호된 메소드

protected configure ( )

execute() 보호된 메소드

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

getClassName() 보호된 메소드

protected getClassName ( $name )

getNamespace() 보호된 메소드

protected getNamespace ( $appNamespace, $module )

getPathName() 보호된 메소드

protected getPathName ( $name )

getStub() 추상적인 보호된 메소드

abstract protected getStub ( )

프로퍼티 상세

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

protected $type