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

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

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

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

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

Метод Описание
buildFillable ( &$stub ) : string Build stub replacing the variable template.
compileModelStub ( ) : string Compile the migration stub.

Приватные методы

Метод Описание
start ( ) : void Start make controller.

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

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

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

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

Build stub replacing the variable template.
protected buildFillable ( &$stub ) : string
Результат string

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

Compile the migration stub.
protected compileModelStub ( ) : string
Результат string