PHP Class Devise\Models\Scaffolding\Types\CrudScaffolding

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

Protected Methods

Method Description
extendConstansts ( )
setApis ( ) : void Sets the APIs needed for this scaffold to work in Devise
setPages ( ) : void; Sets the pages that need to be created for this scaffold to work in Devise
setSrcFiles ( ) : void; sets the scaffolding source files and targets for this scaffold type
setViewFiles ( ) : void; Sets the view files for this scaffold type

Method Details

extendConstansts() protected method

protected extendConstansts ( )

setApis() protected method

Sets the APIs needed for this scaffold to work in Devise
protected setApis ( ) : void
return void

setPages() protected method

Sets the pages that need to be created for this scaffold to work in Devise
protected setPages ( ) : void;
return void;

setSrcFiles() protected method

sets the scaffolding source files and targets for this scaffold type
protected setSrcFiles ( ) : void;
return void;

setViewFiles() protected method

Sets the view files for this scaffold type
protected setViewFiles ( ) : void;
return void;