Exemplo n.º 1
0
 /**
  * This method returns the definition of an object matching the specified id.
  *
  * @access public
  * @param string $id                                        the object's id
  * @return Spring\Object\Definition                         the object's definition
  */
 public function getObjectDefinition($id)
 {
     return $this->parser->getObjectDefinition($id);
 }