Flow\Token::getType PHP Method

getType() public method

public getType ( $asString = false, $canonical = false )
    public function getType($asString = false, $canonical = false)
    {
        if ($asString) {
            return self::getTypeAsString($this->type, $canonical);
        }
        return $this->type;
    }