Exemplo n.º 1
0
 /**
  * Set the root object
  *
  * @param  Object\RootObject $root
  * @return Compiler
  */
 protected function setRoot(Object\RootObject $root)
 {
     $this->root = $root;
     $this->objects[$this->root->getIndex()] = $this->root;
     return $this;
 }