См. определение в файле content.php строка 7
◆ canUseFulltextSearch()
static canUseFulltextSearch |
( |
| $token, |
|
|
| $type = self::TYPE_STRING ) |
|
static |
Method check whether you can use the full-text search.
- Аргументы
-
integer | string | $token | Search token. |
integer | $type | Type of content. |
- Возвращает
- bool
См. определение в файле content.php строка 50
◆ isIntegerToken()
static isIntegerToken |
( |
| $token | ) |
|
|
static |
Method checks whether token is a number.
- Аргументы
-
integer | $token | Search token. |
- Возвращает
- bool
См. определение в файле content.php строка 39
◆ prepareIntegerToken()
static prepareIntegerToken |
( |
| $token | ) |
|
|
static |
Method adds zeros to integer search token, in order to bypass current mysql minimum of token size.
- Аргументы
-
integer | $token | Search token. |
- Возвращает
- string
См. определение в файле content.php строка 28
◆ prepareStringToken()
static prepareStringToken |
( |
| $token | ) |
|
|
static |
Applies ROT13 transform to string search token, in order to bypass default mysql search blacklist.
- Аргументы
-
string | $token | Search token. |
- Возвращает
- string
См. определение в файле content.php строка 18
◆ TYPE_INTEGER
◆ TYPE_MIXED
◆ TYPE_STRING