class Attribute
Same name in this branch
- 11.1.x vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php \Doctrine\Common\Annotations\Annotation\Attribute
- 11.1.x vendor/nikic/php-parser/lib/PhpParser/Node/Attribute.php \PhpParser\Node\Attribute
- 11.1.x vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/Attribute.php \SlevomatCodingStandard\Helpers\Attribute
- 11.1.x vendor/mck89/peast/lib/Peast/Selector/Node/Part/Attribute.php \Peast\Selector\Node\Part\Attribute
- 11.1.x core/lib/Drupal/Core/Template/Attribute.php \Drupal\Core\Template\Attribute
Hierarchy
- class \PHPStan\PhpDocParser\Ast\Attribute
Expanded class hierarchy of Attribute
4 files declare their use of Attribute
- AnnotationHelper.php in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ AnnotationHelper.php - CloningVisitor.php in vendor/
phpstan/ phpdoc-parser/ src/ Ast/ NodeVisitor/ CloningVisitor.php - ParsedDocComment.php in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ ParsedDocComment.php - Printer.php in vendor/
phpstan/ phpdoc-parser/ src/ Printer/ Printer.php
16 string references to 'Attribute'
- Attribute::getType in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Attribute.php - Gets the type of the node.
- AttributeClassLoader::supports in vendor/
symfony/ routing/ Loader/ AttributeClassLoader.php - AttributeDirectoryLoader::supports in vendor/
symfony/ routing/ Loader/ AttributeDirectoryLoader.php - AttributeFileLoader::supports in vendor/
symfony/ routing/ Loader/ AttributeFileLoader.php - claro_preprocess_input in core/
themes/ claro/ claro.theme - Implements template_preprocess_HOOK() for input.
File
-
vendor/
phpstan/ phpdoc-parser/ src/ Ast/ Attribute.php, line 5
Namespace
PHPStan\PhpDocParser\AstView source
final class Attribute {
public const START_LINE = 'startLine';
public const END_LINE = 'endLine';
public const START_INDEX = 'startIndex';
public const END_INDEX = 'endIndex';
public const ORIGINAL_NODE = 'originalNode';
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Attribute::END_INDEX | public | constant | |
Attribute::END_LINE | public | constant | |
Attribute::ORIGINAL_NODE | public | constant | |
Attribute::START_INDEX | public | constant | |
Attribute::START_LINE | public | constant |