You are here

class PHP_Token_USE in Zircon Profile 8

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

Hierarchy

Expanded class hierarchy of PHP_Token_USE

1 string reference to 'PHP_Token_USE'
PHP_CodeCoverage::getLinesToBeIgnored in vendor/phpunit/php-code-coverage/src/CodeCoverage.php
Returns the lines of a source file that should be ignored.

File

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

View source
class PHP_Token_USE extends PHP_Token {

}

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