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);
    }