You are here

class PHP_Token_TRAIT in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/php-token-stream/src/Token.php \PHP_Token_TRAIT

Hierarchy

Expanded class hierarchy of PHP_Token_TRAIT

2 string references to 'PHP_Token_TRAIT'
PHP_CodeCoverage::getLinesToBeIgnored in vendor/phpunit/php-code-coverage/src/CodeCoverage.php
Returns the lines of a source file that should be ignored.
PHP_Token_Stream::parse in vendor/phpunit/php-token-stream/src/Token/Stream.php

File

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

View source
class PHP_Token_TRAIT extends PHP_Token_INTERFACE {

}

Members

Namesort descending Modifiers Type Description Overrides
PHP_Token::$id protected property
PHP_Token::$line protected property
PHP_Token::$text protected property
PHP_Token::$tokenStream protected property
PHP_Token::getLine public function
PHP_Token::__construct public function Constructor.
PHP_Token::__toString public function
PHP_TokenWithScope::$endTokenId protected property
PHP_TokenWithScope::getDocblock public function Get the docblock for this token
PHP_TokenWithScope::getEndLine public function
PHP_TokenWithScope::getEndTokenId public function
PHP_TokenWithScopeAndVisibility::getKeywords public function
PHP_TokenWithScopeAndVisibility::getVisibility public function
PHP_Token_INTERFACE::$interfaces protected property
PHP_Token_INTERFACE::arrayToName protected function
PHP_Token_INTERFACE::getInterfaces public function
PHP_Token_INTERFACE::getName public function 1
PHP_Token_INTERFACE::getPackage public function
PHP_Token_INTERFACE::getParent public function
PHP_Token_INTERFACE::hasInterfaces public function
PHP_Token_INTERFACE::hasParent public function