/** * @param string $name * @param string $methodName * @param bool $nullable * * @return null|object */ public function getAnnotation($name, $methodName = NULL, $nullable = TRUE) { return Annotations::getAnnotation($name, $this, $methodName, $nullable); }