class StaticReflectionMethod

Hierarchy

Expanded class hierarchy of StaticReflectionMethod

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php, line 25

Namespace

Doctrine\Common\Reflection
View source

Members

Namesort descending Modifiers Type Description Overrides
StaticReflectionMethod::$methodName protected property The name of the method.
StaticReflectionMethod::$staticReflectionParser protected property The PSR-0 parser object.
StaticReflectionMethod::export public static function
StaticReflectionMethod::getClosure public function
StaticReflectionMethod::getClosureThis public function
StaticReflectionMethod::getDeclaringClass public function
StaticReflectionMethod::getDocComment public function
StaticReflectionMethod::getEndLine public function
StaticReflectionMethod::getExtension public function
StaticReflectionMethod::getExtensionName public function
StaticReflectionMethod::getFileName public function
StaticReflectionMethod::getModifiers public function
StaticReflectionMethod::getName public function
StaticReflectionMethod::getNamespaceName public function
StaticReflectionMethod::getNumberOfParameters public function
StaticReflectionMethod::getNumberOfRequiredParameters public function
StaticReflectionMethod::getParameters public function
StaticReflectionMethod::getPrototype public function
StaticReflectionMethod::getShortName public function
StaticReflectionMethod::getStartLine public function
StaticReflectionMethod::getStaticReflectionParser protected function
StaticReflectionMethod::getStaticVariables public function
StaticReflectionMethod::getUseStatements public function
StaticReflectionMethod::inNamespace public function
StaticReflectionMethod::invoke public function
StaticReflectionMethod::invokeArgs public function
StaticReflectionMethod::isAbstract public function
StaticReflectionMethod::isClosure public function
StaticReflectionMethod::isConstructor public function
StaticReflectionMethod::isDeprecated public function
StaticReflectionMethod::isDestructor public function
StaticReflectionMethod::isFinal public function
StaticReflectionMethod::isInternal public function
StaticReflectionMethod::isPrivate public function
StaticReflectionMethod::isProtected public function
StaticReflectionMethod::isPublic public function
StaticReflectionMethod::isStatic public function
StaticReflectionMethod::isUserDefined public function
StaticReflectionMethod::returnsReference public function
StaticReflectionMethod::setAccessible public function
StaticReflectionMethod::__construct public function
StaticReflectionMethod::__toString public function