Cake\View\StringTemplate::__construct PHP Méthode

__construct() public méthode

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