PHP Класс Devise\Models\Scaffolding\Types\CrudScaffolding

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

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

Метод Описание
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

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

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

protected extendConstansts ( )

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

Sets the APIs needed for this scaffold to work in Devise
protected setApis ( ) : void
Результат void

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

Sets the pages that need to be created for this scaffold to work in Devise
protected setPages ( ) : void;
Результат void;

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

sets the scaffolding source files and targets for this scaffold type
protected setSrcFiles ( ) : void;
Результат void;

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

Sets the view files for this scaffold type
protected setViewFiles ( ) : void;
Результат void;