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

Breadcrumb

  1. Drupal Core 11.1.x

Class_.php

Same filename in this branch
  1. 11.1.x vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php
  2. 11.1.x vendor/nikic/php-parser/lib/PhpParser/Builder/Class_.php
  3. 11.1.x vendor/mck89/peast/lib/Peast/Syntax/Node/Class_.php

Namespace

PhpParser\Node\Scalar\MagicConst

File

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

View source
<?php

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

use PhpParser\Node\Scalar\MagicConst;
class Class_ extends MagicConst {
    public function getName() : string {
        return '__CLASS__';
    }
    public function getType() : string {
        return 'Scalar_MagicConst_Class';
    }

}

Classes

Title Deprecated Summary
Class_

API Navigation

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