Exemplo n.º 1
0
 /**
  * Adds the namespaces to the model. This method is called by 
  * the parser. !!!! addParsedNamespaces() not overwrites manual
  * added namespaces in the model !!!!
  *
  * @author   Tobias Gauß <*****@*****.**>
  * @access   public
  * @param    Array $newNs
  */
 function addParsedNamespaces($newNs)
 {
     $this->model->addParsedNamespaces($newNs);
 }