You are here

public function Twig_Token::getType in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/Token.php \Twig_Token::getType()
  2. 7.2 vendor/Twig/Token.php \Twig_Token::getType()

Gets the token type.

Return value

int The token type

File

vendor/Twig/Token.php, line 104

Class

Twig_Token
Represents a Token.

Code

public function getType() {
  return $this->type;
}