Creates a unique placeholder name if the token provided does not start with ":"
otherwise, it will return the same string and internally increment the number
of placeholders generated by this object.
public placeholder ( string $token ) : string | ||
$token | string | string from which the placeholder will be derived from, if it starts with a colon, then the same string is returned |
Résultat | string | to be used as a placeholder in a query expression |