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

__construct() public method

Construct the erector object
public __construct ( Builder $parent, Html $view, string $viewName, string $viewType )
$parent Builder The parent builder
$view FOF30\View\DataView\Html The controller we're erecting a scaffold against
$viewName string The view name for this view
$viewType string The view type for this view
    public function __construct(Builder $parent, Html $view, $viewName, $viewType);