3 * Used by Database::buildLike() to represent characters that have special
4 * meaning in SQL LIKE clauses and thus need no escaping. Don't instantiate it
5 * manually, use Database::anyChar() and anyString() instead.
12 * Store a string into a LikeMatch marker object.
16 public function __construct( $s ) {
21 * Return the original stored string.
25 public function toString() {