PHP Класс GuilhermeGuitte\BehatLaravel\RunBehatLaravelCommand

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

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

Свойство Тип Описание
$app Illuminate\Foundation\Application Illuminate application instance.
$config array Config from behat.yml
$description string The console command description.
$name string The console command name.

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

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

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

Метод Описание
getArguments ( ) : array Get the console command arguments.
getOptions ( )
loadConfig ( string $profile ) : array | null Load the profile specific config

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

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

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

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

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

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

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

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

protected getOptions ( )

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

Load the profile specific config
protected loadConfig ( string $profile ) : array | null
$profile string
Результат array | null

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

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

Illuminate application instance.
protected Illuminate\Foundation\Application $app
Результат Illuminate\Foundation\Application

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

Config from behat.yml
protected array $config
Результат array

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

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

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

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