PHP 클래스 Devise\Support\Console\DeviseTestRoutesCommand

상속: extends Command
파일 보기 프로젝트 열기: devisephp/cms

보호된 프로퍼티들

프로퍼티 타입 설명
$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