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

Breadcrumb

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

function CallExpression::getCallee

Returns the callee expression

Return value

Expression|Super

File

vendor/mck89/peast/lib/Peast/Syntax/Node/CallExpression.php, line 49

Class

CallExpression
A node that represents a call expression. For example: test()

Namespace

Peast\Syntax\Node

Code

public function getCallee() {
    return $this->callee;
}
RSS feed
Powered by Drupal