You are here

public function PHP_Token::getLine in Zircon Profile 8.0

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

Return value

integer

File

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

Class

PHP_Token
A PHP token.

Code

public function getLine() {
  return $this->line;
}