FOF30\Factory\Scaffolding\Layout\ErectorInterface::__construct PHP Метод

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

Construct the erector object
public __construct ( Builder $parent, DataModel $model, string $viewName )
$parent Builder The parent builder
$model FOF30\Model\DataModel The model we're erecting a scaffold against
$viewName string The view name for this model
    public function __construct(Builder $parent, DataModel $model, $viewName);
ErectorInterface