|
MediaWiki
REL1_19
|
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. | |
| toString () | |
| Return the original stored string. | |
Private Attributes | |
| $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 256 of file DatabaseUtility.php.
| LikeMatch::__construct | ( | $ | s | ) |
Store a string into a LikeMatch marker object.
| String | $s |
Definition at line 264 of file DatabaseUtility.php.
Return the original stored string.
Definition at line 273 of file DatabaseUtility.php.
LikeMatch::$str [private] |
Definition at line 257 of file DatabaseUtility.php.