You are here

public function PHP_Token_INTERFACE::getName in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/php-token-stream/src/Token.php \PHP_Token_INTERFACE::getName()

Return value

string

1 call to PHP_Token_INTERFACE::getName()
PHP_Token_INTERFACE::getPackage in vendor/phpunit/php-token-stream/src/Token.php
1 method overrides PHP_Token_INTERFACE::getName()
PHP_Token_CLASS::getName in vendor/phpunit/php-token-stream/src/Token.php

File

vendor/phpunit/php-token-stream/src/Token.php, line 454

Class

PHP_Token_INTERFACE

Code

public function getName() {
  return (string) $this->tokenStream[$this->id + 2];
}