FOF30\Factory\Scaffolding\Layout\Builder::setStrings PHP Method

setStrings() public method

Set the additional strings array
public setStrings ( array $strings )
$strings array The strings array to set
    public function setStrings(array $strings)
    {
        $this->strings = $strings;
    }

Usage Example

Esempio n. 1
0
 /**
  * Push the form and strings to the builder
  */
 protected function pushResults()
 {
     $this->builder->setStrings($this->strings);
     $this->builder->setXml($this->xml);
 }