|
MediaWiki
master
|
Used by DatabaseBase::buildLike() to represent characters that have special meaning in SQL LIKE clauses and thus need no escaping. More...

Public Member Functions | |
| __construct ($s) | |
| Store a string into a LikeMatch marker object. More... | |
| toString () | |
| Return the original stored string. More... | |
Private Attributes | |
| string | $str |
Used by DatabaseBase::buildLike() to represent characters that have special meaning in SQL LIKE clauses and thus need no escaping.
Don't instantiate it manually, use DatabaseBase::anyChar() and anyString() instead.
Definition at line 293 of file DatabaseUtility.php.
| LikeMatch::__construct | ( | $s | ) |
Store a string into a LikeMatch marker object.
| string | $s |
Definition at line 302 of file DatabaseUtility.php.
References $s.
| LikeMatch::toString | ( | ) |
Return the original stored string.
Definition at line 311 of file DatabaseUtility.php.
References $str.
|
private |
Definition at line 295 of file DatabaseUtility.php.
Referenced by toString().