FOF30\Factory\Scaffolding\Layout\BaseErector::pushResults PHP Method

pushResults() protected method

Push the form and strings to the builder
protected pushResults ( )
    protected function pushResults()
    {
        $this->builder->setStrings($this->strings);
        $this->builder->setXml($this->xml);
    }