PHP Класс Devise\Support\Console\DeviseTestRoutesCommand

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

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

Свойство Тип Описание
$description Necessary to let people know, in case the name wasn't clear enough.
$name Name of the command.

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

Метод Описание
__construct ( Illuminate\Container\Container $app ) Setup the application container as we'll need this for running migrations.
handle ( ) Run the package migrations.

Приватные методы

Метод Описание
dataForPage ( $page )
getPages ( )
getScaffoldView ( $data )
routeParamsForPage ( $page )
testNameForPage ( $page )
writeTestsFor ( $pages )

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

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

TODO: need to put OPTIONs parameters in here
public __construct ( Illuminate\Container\Container $app )
$app Illuminate\Container\Container

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

Run the package migrations.
public handle ( )

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

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

Necessary to let people know, in case the name wasn't clear enough.
protected $description

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

Name of the command.
protected $name