예제 #1
0
 /**
  * This method determines whether an object with the specified id has been defined
  * in the container.
  *
  * @access public
  * @param string $id                                        the object's id
  * @return boolean                                          whether an object with the specified id has
  *                                                          been defined in the container
  */
 public function hasObject($id)
 {
     return $this->parser->hasObject($id);
 }