예제 #1
0
 /**
  * This method returns an array of object ids that match the specified type (or if no type is specified
  * then all ids in the current context).
  *
  * @access public
  * @param string $type                                      the type of objects
  * @return array                                            an array object ids
  */
 public function getObjectIds($type = null)
 {
     return $this->parser->getObjectIds($type);
 }