FOF30\Factory\Scaffolding\View\ViewErector::__construct PHP Method

__construct() public method

public __construct ( Builder $parent, Html $view, $viewName, $viewType )
$parent Builder
$view FOF30\View\DataView\Html
    public function __construct(Builder $parent, Html $view, $viewName, $viewType)
    {
        $this->builder = $parent;
        $this->view = $view;
        $this->viewName = $viewName;
        $this->viewType = $viewType;
    }