Exemplo n.º 1
0
 /**
  * This method returns the scope of the object with the specified id.
  *
  * @access public
  * @param string $id                                        the object's id
  * @return string                             	            the scope of the the object with
  *                                            	            the specified id
  * @throws Throwable\Parse\Exception                        indicates that problem occurred while
  *                                                          parsing
  */
 public function getObjectScope($id)
 {
     return $this->parser->getObjectScope($id);
 }