PHP Класс Bosnadev\Repositories\Console\Commands\MakeCriteriaCommand

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

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

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

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

Метод Описание
__construct ( CriteriaCreator $creator )
handle ( ) : mixed Execute the console command.
writeCriteria ( $arguments, $options ) Write the criteria.

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

Метод Описание
getArguments ( ) : array Get the console command arguments.
getOptions ( ) : array Get the console command options.

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

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

public __construct ( CriteriaCreator $creator )
$creator Bosnadev\Repositories\Console\Commands\Creators\CriteriaCreator

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

Get the console command arguments.
protected getArguments ( ) : array
Результат array

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

Get the console command options.
protected getOptions ( ) : array
Результат array

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

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

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

Write the criteria.
public writeCriteria ( $arguments, $options )
$arguments
$options

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

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

protected $composer

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

protected $creator

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

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

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

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