PHP 클래스 App\Console\Commands\GenerateResources

상속: extends Illuminate\Console\Command
파일 보기 프로젝트 열기: hillelcoren/invoice-ninja

보호된 프로퍼티들

프로퍼티 타입 설명
$description string
$name string

공개 메소드들

메소드 설명
__construct ( ) Create a new command instance.
fire ( ) : void Execute the command.

보호된 메소드들

메소드 설명
getArguments ( ) : array
getOptions ( ) : array

메소드 상세

__construct() 공개 메소드

Create a new command instance.
public __construct ( )

fire() 공개 메소드

Execute the command.
public fire ( ) : void
리턴 void

getArguments() 보호된 메소드

protected getArguments ( ) : array
리턴 array

getOptions() 보호된 메소드

protected getOptions ( ) : array
리턴 array

프로퍼티 상세

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

protected string $description
리턴 string

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

protected string $name
리턴 string