PHP Класс Laralib\L5scaffold\Makes\MakeLayout

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

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

Метод Описание
__construct ( ScaffoldMakeCommand $scaffoldCommand, Illuminate\Filesystem\Filesystem $files ) : void Create a new instance.

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

Метод Описание
getPathResource ( ) : string Get the path to where we should store the view.
putViewLayout ( $name, $stub, $file ) : void Write layout in path
start ( ) : void Start make layout(view).

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

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

Create a new instance.
public __construct ( ScaffoldMakeCommand $scaffoldCommand, Illuminate\Filesystem\Filesystem $files ) : void
$scaffoldCommand Laralib\L5scaffold\Commands\ScaffoldMakeCommand
$files Illuminate\Filesystem\Filesystem
Результат void

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

Get the path to where we should store the view.
protected getPathResource ( ) : string
Результат string

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

Write layout in path
protected putViewLayout ( $name, $stub, $file ) : void
Результат void

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

Start make layout(view).
protected start ( ) : void
Результат void