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

Breadcrumb

  1. Drupal Core 11.1.x

Property.php

Same filename in this branch
  1. 11.1.x vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php
  2. 11.1.x vendor/nikic/php-parser/lib/PhpParser/Builder/Property.php
  3. 11.1.x vendor/mck89/peast/lib/Peast/Syntax/Node/Property.php
  4. 11.1.x vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Property.php

Namespace

PhpParser\Node\Scalar\MagicConst

File

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

View source
<?php

declare (strict_types=1);
namespace PhpParser\Node\Scalar\MagicConst;

use PhpParser\Node\Scalar\MagicConst;
class Property extends MagicConst {
    public function getName() : string {
        return '__PROPERTY__';
    }
    public function getType() : string {
        return 'Scalar_MagicConst_Property';
    }

}

Classes

Title Deprecated Summary
Property

API Navigation

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