PHP 클래스 Tdt\Core\Commands\DcatLicenses

상속: extends Illuminate\Console\Command
파일 보기 프로젝트 열기: tdt/core

보호된 프로퍼티들

프로퍼티 타입 설명
$DEFAULT_LICENSE string The default license
$description string The console command description.
$licenses_uri string The URI for the default licenses
$name string The console command name.

공개 메소드들

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

보호된 메소드들

메소드 설명
getArguments ( ) : array Get the console command arguments.
getOptions ( ) : array Get the console command options.

비공개 메소드들

메소드 설명
fetchDefaultGraph ( ) : EasyRdf_Graph Fetch the default licenses
seedLicenses ( ) Seed the themes

메소드 상세

__construct() 공개 메소드

Create a new command instance.
public __construct ( ) : void
리턴 void

fire() 공개 메소드

Ask the user which functionality he wants to use (definitions|users) then based on the input, proceed with the logic for chosen option. This option is given as an input argument upon making the command.
public fire ( ) : void
리턴 void

getArguments() 보호된 메소드

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

getOptions() 보호된 메소드

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

프로퍼티 상세

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

The default license
protected string $DEFAULT_LICENSE
리턴 string

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

The console command description.
protected string $description
리턴 string

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

The URI for the default licenses
protected string $licenses_uri
리턴 string

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

The console command name.
protected string $name
리턴 string