Esempio n. 1
0
 public function __construct($root = '', $cacheRoot = '')
 {
     parent::__construct($root, $cacheRoot);
     $this->removeVariablesRegExp = '@' . $this->openingDelimiter . '(' . $this->variablenameRegExp . ')\\s*' . $this->closingDelimiter . '@sm';
     $this->setErrorHandling(PEAR_ERROR_DIE);
 }