Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StaticReflectionClass::getTraitNames | function | core/ |
|
| StaticReflectionClass::getTraits | function | core/ |
|
| StaticReflectionClass::getUseStatements | function | core/ |
|
| StaticReflectionClass::hasClassAttribute | function | core/ |
Determines if the class has the provided class attribute. |
| StaticReflectionClass::hasConstant | function | core/ |
|
| StaticReflectionClass::hasMethod | function | core/ |
|
| StaticReflectionClass::hasProperty | function | core/ |
|
| StaticReflectionClass::implementsInterface | function | core/ |
|
| StaticReflectionClass::inNamespace | function | core/ |
|
| StaticReflectionClass::isAbstract | function | core/ |
|
| StaticReflectionClass::isCloneable | function | core/ |
|
| StaticReflectionClass::isFinal | function | core/ |
|
| StaticReflectionClass::isInstance | function | core/ |
|
| StaticReflectionClass::isInstantiable | function | core/ |
|
| StaticReflectionClass::isInterface | function | core/ |
|
| StaticReflectionClass::isInternal | function | core/ |
|
| StaticReflectionClass::isIterateable | function | core/ |
|
| StaticReflectionClass::isSubclassOf | function | core/ |
|
| StaticReflectionClass::isTrait | function | core/ |
|
| StaticReflectionClass::isUserDefined | function | core/ |
|
| StaticReflectionClass::newInstance | function | core/ |
|
| StaticReflectionClass::newInstanceArgs | function | core/ |
|
| StaticReflectionClass::newInstanceWithoutConstructor | function | core/ |
|
| StaticReflectionClass::setStaticPropertyValue | function | core/ |
|
| StaticReflectionClass::__construct | function | core/ |
|
| StaticReflectionClass::__toString | function | core/ |
|
| StaticReflectionParser | class | core/ |
Parses a file for namespaces/use/class declarations. |
| StaticReflectionParser | class | core/ |
Allows getting the reflection parser for the parent class. |
| StaticReflectionParser.php | file | core/ |
|
| StaticReflectionParser.php | file | core/ |
This class is a near-copy of Doctrine\Common\Reflection\StaticReflectionParser, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.2. |
| StaticReflectionParser::$classAnnotationOptimize | property | core/ |
Whether the caller only wants class annotations. |
| StaticReflectionParser::$classAttributes | property | core/ |
The class attributes. |
| StaticReflectionParser::$className | property | core/ |
The fully qualified class name. |
| StaticReflectionParser::$docComment | property | core/ |
The docComment of the class. |
| StaticReflectionParser::$finder | property | core/ |
A ClassFinder object which finds the class. |
| StaticReflectionParser::$methodAttributes | property | core/ |
Method attributes |
| StaticReflectionParser::$namespace | property | core/ |
The namespace of the class. |
| StaticReflectionParser::$parentClassName | property | core/ |
The name of the class this class extends, if any. |
| StaticReflectionParser::$parentStaticReflectionParser | property | core/ |
The parent PSR-0 Parser. |
| StaticReflectionParser::$parsed | property | core/ |
Whether the parser has run. |
| StaticReflectionParser::$shortClassName | property | core/ |
The short class name. |
| StaticReflectionParser::$useStatements | property | core/ |
The use statements of the class. |
| StaticReflectionParser::fullySpecifyName | function | core/ |
Converts a name into a fully specified name. |
| StaticReflectionParser::getClassName | function | core/ |
|
| StaticReflectionParser::getDocComment | function | core/ |
Gets the doc comment. |
| StaticReflectionParser::getMethodAttributes | function | core/ |
|
| StaticReflectionParser::getNamespaceName | function | core/ |
|
| StaticReflectionParser::getParentParser | function | core/ |
If the current class extends another, get the parser for the latter. |
| StaticReflectionParser::getParentStaticReflectionParser | function | core/ |
|
| StaticReflectionParser::getReflectionClass | function | core/ |
Gets the ReflectionClass equivalent for this class. |
Pagination
- Previous page
- Page 1515
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.