getDefaultParameters())); } /** * Returns service ids for a given annotation. * * @param string $name The annotation name * * @return array An array of annotations */ public function findAnnotatedServiceIds($name) { static $annotations = array ( ); return isset($annotations[$name]) ? $annotations[$name] : array(); } }