Cake\View\StringTemplate::__construct PHP Method

__construct() public method

Constructor.
public __construct ( array $config = [] )
$config array A set of templates to add.
    public function __construct(array $config = [])
    {
        $this->add($config);
    }