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

Breadcrumb

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

class Super

A node that represents the "super" keyword.

@author Marco Marchiò <marco.mm89@gmail.com>

Hierarchy

  • class \Peast\Syntax\Node\Node implements \Peast\Syntax\Node\JSONSerializable
    • class \Peast\Syntax\Node\Super extends \Peast\Syntax\Node\Node

Expanded class hierarchy of Super

9 string references to 'Super'
CallExpression::setCallee in vendor/mck89/peast/lib/Peast/Syntax/Node/CallExpression.php
Sets the callee expression
DisallowObjectStringIndexSniff::process in vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Objects/DisallowObjectStringIndexSniff.php
Processes this test, when one of its tokens is encountered.
JsonResponse::setCallback in vendor/symfony/http-foundation/JsonResponse.php
Sets the JSONP callback.
MemberExpression::setObject in vendor/mck89/peast/lib/Peast/Syntax/Node/MemberExpression.php
Sets the expression's object
Parser::parseSuperPropertyOrCall in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses a super call or a super property

... See full list

File

vendor/mck89/peast/lib/Peast/Syntax/Node/Super.php, line 17

Namespace

Peast\Syntax\Node
View source
class Super extends Node {

}

API Navigation

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