FOF30\Factory\Scaffolding\Model\ModelErector::__construct PHP Method

__construct() public method

public __construct ( Builder $parent, DataModel $model, $viewName )
$parent Builder
$model FOF30\Model\DataModel
    public function __construct(Builder $parent, DataModel $model, $viewName)
    {
        $this->builder = $parent;
        $this->model = $model;
        $this->viewName = $viewName;
    }