PHP Class Devise\Support\Console\DeviseTestRoutesCommand

Inheritance: extends Command
Datei anzeigen Open project: devisephp/cms

Protected Properties

Property Type Description
$description Necessary to let people know, in case the name wasn't clear enough.
$name Name of the command.

Public Methods

Method Description
__construct ( Illuminate\Container\Container $app ) Setup the application container as we'll need this for running migrations.
handle ( ) Run the package migrations.

Private Methods

Method Description
dataForPage ( $page )
getPages ( )
getScaffoldView ( $data )
routeParamsForPage ( $page )
testNameForPage ( $page )
writeTestsFor ( $pages )

Method Details

__construct() public method

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

handle() public method

Run the package migrations.
public handle ( )

Property Details

$description protected_oe property

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

$name protected_oe property

Name of the command.
protected $name