PHP 클래스 InfyOm\Generator\Commands\BaseCommand

상속: extends Illuminate\Console\Command
파일 보기 프로젝트 열기: infyomlabs/laravel-generator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$commandData InfyOm\Generator\Common\CommandData The command Data.
$composer Composer

공개 메소드들

메소드 설명
__construct ( ) Create a new command instance.
generateAPIItems ( )
generateCommonItems ( )
generateScaffoldItems ( )
getOptions ( ) : array Get the console command options.
handle ( )
isSkip ( $skip )
performPostActions ( $runMigration = false )
performPostActionsWithMigration ( )

보호된 메소드들

메소드 설명
confirmOverwrite ( $fileName, string $prompt = '' ) : boolean
getArguments ( ) : array Get the console command arguments.

비공개 메소드들

메소드 설명
saveSchemaFile ( )

메소드 상세

__construct() 공개 메소드

Create a new command instance.
public __construct ( )

confirmOverwrite() 보호된 메소드

protected confirmOverwrite ( $fileName, string $prompt = '' ) : boolean
$fileName
$prompt string
리턴 boolean

generateAPIItems() 공개 메소드

public generateAPIItems ( )

generateCommonItems() 공개 메소드

public generateCommonItems ( )

generateScaffoldItems() 공개 메소드

getArguments() 보호된 메소드

Get the console command arguments.
protected getArguments ( ) : array
리턴 array

getOptions() 공개 메소드

Get the console command options.
public getOptions ( ) : array
리턴 array

handle() 공개 메소드

public handle ( )

isSkip() 공개 메소드

public isSkip ( $skip )

performPostActions() 공개 메소드

public performPostActions ( $runMigration = false )

performPostActionsWithMigration() 공개 메소드

프로퍼티 상세

$commandData 공개적으로 프로퍼티

The command Data.
public CommandData,InfyOm\Generator\Common $commandData
리턴 InfyOm\Generator\Common\CommandData

$composer 공개적으로 프로퍼티

public Composer $composer
리턴 Composer