class Property
Same name in this branch
- 11.1.x vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php \PhpParser\Node\Stmt\Property
- 11.1.x vendor/nikic/php-parser/lib/PhpParser/Builder/Property.php \PhpParser\Builder\Property
- 11.1.x vendor/mck89/peast/lib/Peast/Syntax/Node/Property.php \Peast\Syntax\Node\Property
- 11.1.x vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Property.php \phpDocumentor\Reflection\DocBlock\Tags\Property
Hierarchy
- class \PhpParser\NodeAbstract implements \PhpParser\Node, \PhpParser\JsonSerializable
- class \PhpParser\Node\Expr extends \PhpParser\NodeAbstract
- class \PhpParser\Node\Scalar extends \PhpParser\Node\Expr
- class \PhpParser\Node\Scalar\MagicConst extends \PhpParser\Node\Scalar
- class \PhpParser\Node\Scalar\MagicConst\Property extends \PhpParser\Node\Scalar\MagicConst
- class \PhpParser\Node\Scalar\MagicConst extends \PhpParser\Node\Scalar
- class \PhpParser\Node\Scalar extends \PhpParser\Node\Expr
- class \PhpParser\Node\Expr extends \PhpParser\NodeAbstract
Expanded class hierarchy of Property
40 string references to 'Property'
- AnnotationHelper::processDocComment in vendor/
phpstan/ phpstan-phpunit/ src/ Rules/ PHPUnit/ AnnotationHelper.php - *
- AssignmentProperty::getType in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ AssignmentProperty.php - Returns node's type
- AttributeAutoconfigurationPass::process in vendor/
symfony/ dependency-injection/ Compiler/ AttributeAutoconfigurationPass.php - You can modify the container here before it is dumped to PHP code.
- BlockCustomTranslation::prepareRow in core/
modules/ block_content/ src/ Plugin/ migrate/ source/ d7/ BlockCustomTranslation.php - Adds additional data to the row.
- d6_field_instance_label_description_translation.yml in core/
modules/ config_translation/ migrations/ d6_field_instance_label_description_translation.yml - core/modules/config_translation/migrations/d6_field_instance_label_description_translation.yml
File
-
vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Scalar/ MagicConst/ Property.php, line 7
Namespace
PhpParser\Node\Scalar\MagicConstView source
class Property extends MagicConst {
public function getName() : string {
return '__PROPERTY__';
}
public function getType() : string {
return 'Scalar_MagicConst_Property';
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title |
---|---|---|---|---|
MagicConst::getSubNodeNames | public | function | ||
MagicConst::__construct | public | function | Constructs a magic constant node. | |
Property::getName | public | function | Get name of magic constant. | Overrides MagicConst::getName |
Property::getType | public | function |