Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Property.php

class Property

Same name in this branch
  1. 11.1.x vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php \PhpParser\Node\Stmt\Property
  2. 11.1.x vendor/nikic/php-parser/lib/PhpParser/Builder/Property.php \PhpParser\Builder\Property
  3. 11.1.x vendor/mck89/peast/lib/Peast/Syntax/Node/Property.php \Peast\Syntax\Node\Property
  4. 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

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

... See full list

File

vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Property.php, line 7

Namespace

PhpParser\Node\Scalar\MagicConst
View 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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal