См. определение в файле filter.php строка 19
◆ __construct()
__construct |
( |
| $param = null | ) |
|
Constructs filter object.
- Аргументы
-
array | int | $param | Init params. |
См. определение в файле filter.php строка 36
◆ __get()
Returns parameter by its code.
- Аргументы
-
string | $code | Parameter code. |
- Возвращает
- string|mixed|null
См. определение в файле filter.php строка 69
◆ __isset()
Checks existence of the parameter by its code.
- Аргументы
-
string | $code | Parameter code. |
- Возвращает
- boolean
См. определение в файле filter.php строка 57
◆ __set()
Add parameter to collection.
- Аргументы
-
string | $code | Parameter code. |
string | mixed | $value | Parameter value. |
- Возвращает
- void
См. определение в файле filter.php строка 82
◆ __unset()
Unset parameter by its code.
- Аргументы
-
string | $code | Parameter code. |
- Возвращает
- void
См. определение в файле filter.php строка 95
◆ count()
Returns amount params in the filter now.
- Возвращает
- int
См. определение в файле filter.php строка 320
◆ current()
Return the current phrase element.
- Возвращает
- string|null
См. определение в файле filter.php строка 114
◆ getTabId()
static getTabId |
( |
bool | $increment = true | ) |
|
|
static |
Returns storage tab Id.
- Аргументы
-
bool | $increment | Generate new id. |
- Возвращает
- int
См. определение в файле filter.php строка 201
◆ key()
Return the key of the current phrase element.
- Возвращает
- int|null
См. определение в файле filter.php строка 137
◆ next()
Move forward to next phrase element.
- Возвращает
- void
См. определение в файле filter.php строка 126
◆ offsetExists()
Checks existence of the param by its code.
- Аргументы
-
- Возвращает
- bool
См. определение в файле filter.php строка 260
◆ offsetGet()
Returns param by its code.
- Аргументы
-
- Возвращает
- mixed|null
См. определение в файле filter.php строка 273
◆ offsetSet()
offsetSet |
( |
| $code, |
|
|
| $param ) |
Offset to set.
- Аргументы
-
string | $code | Param code. |
mixed | $param | Param value. |
- Возвращает
- void
См. определение в файле filter.php строка 291
◆ offsetUnset()
Unset param value by code.
- Аргументы
-
- Возвращает
- void
См. определение в файле filter.php строка 303
◆ restore()
Reconstructs the object from storage.
- Аргументы
-
int | $id | In of the saved date in storage. |
См. определение в файле filter.php строка 240
◆ rewind()
Rewind the Iterator to the first element.
- Возвращает
- void
См. определение в файле filter.php строка 157
◆ serialize()
String representation of object.
- Возвращает
- string
См. определение в файле filter.php строка 171
◆ store()
Stories the object into storage.
- Возвращает
- void
См. определение в файле filter.php строка 222
◆ unserialize()
Constructs the object from a string representation.
- Аргументы
-
string | $data | Data to deserialize. |
См. определение в файле filter.php строка 180
◆ valid()
Checks if current position is valid.
- Возвращает
- bool
См. определение в файле filter.php строка 147
◆ STORAGE_NAME
const STORAGE_NAME = 'TRANSLATE_FILTER' |
◆ STORAGE_TAB_CNT
const STORAGE_TAB_CNT = 'TRANSLATE_FILTER_TAB' |