Cake\View\StringTemplate::__construct PHP Метод

__construct() публичный Метод

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