PHP Класс Mpociot\Teamwork\Commands\MakeTeamwork

Наследование: extends Illuminate\Console\Command, use trait Illuminate\Console\AppNamespaceDetectorTrait
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$description string The console command description.
$signature string The name and signature of the console command.
$views

Открытые методы

Метод Описание
__construct ( ) : void Create a new command instance.
handle ( ) : mixed Execute the console command.

Защищенные методы

Метод Описание
compileControllerStub ( $stubName ) : string Compiles the HTTP controller stubs.
createDirectories ( ) : void Create the directories for the files.
exportViews ( ) : void Export the authentication views.

Описание методов

__construct() публичный Метод

Create a new command instance.
public __construct ( ) : void
Результат void

compileControllerStub() защищенный Метод

Compiles the HTTP controller stubs.
protected compileControllerStub ( $stubName ) : string
$stubName
Результат string

createDirectories() защищенный Метод

Create the directories for the files.
protected createDirectories ( ) : void
Результат void

exportViews() защищенный Метод

Export the authentication views.
protected exportViews ( ) : void
Результат void

handle() публичный Метод

Execute the console command.
public handle ( ) : mixed
Результат mixed

Описание свойств

$description защищенное свойство

The console command description.
protected string $description
Результат string

$signature защищенное свойство

The name and signature of the console command.
protected string $signature
Результат string

$views защищенное свойство

protected $views