Doctrine\OrientDB\Query\Formatter\QueryInterface::tokenize PHP Method

tokenize() public static method

In SELECT ALL FROM ~table the ~-prefixed string is a token, for example, and the tokenizer should generate an ~-prefixed token from the given $key. Doctrine\OrientDB uses double-colon by default.
public static tokenize ( string $key ) : string
$key string
return string
    public static function tokenize($key);