Doctrine\OrientDB\Query\Formatter\Query\TokenInterface::format PHP Method

format() public static method

Formats the token according to the implementer class' internal rules.
public static format ( array $values ) : string
$values array
return string
    public static function format(array $values);
TokenInterface