|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct (array $values=null) | |
| get ($name) | |
| set ($name, $value=null) | |
| getValues () | |
| setValues ($values) | |
| clear () | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
| count () | |
| toArray () | |
| isEmpty () | |
| jsonSerialize () | |
| __unserialize (array $data) | |
Защищенные данные | |
| $values = [] | |
См. определение в файле dictionary.php строка 5
| __construct | ( | array | $values = null | ) |
Creates object.
| array | null | $values |
Переопределяется в ErrorCollection, Environment, ErrorCollection, Server, HttpCookies и State.
См. определение в файле dictionary.php строка 17
| __unserialize | ( | array | $data | ) |
См. определение в файле dictionary.php строка 221
| clear | ( | ) |
См. определение в файле dictionary.php строка 71
| count | ( | ) |
Count elements of an object
См. определение в файле dictionary.php строка 187
| current | ( | ) |
Return the current element
См. определение в файле dictionary.php строка 82
| get | ( | $name | ) |
Returns any variable by its name. Null if variable is not set.
| string | $name |
См. определение в файле dictionary.php строка 31
| getValues | ( | ) |
Переопределяется в RulesCollection.
См. определение в файле dictionary.php строка 58
| isEmpty | ( | ) |
Returns true if the dictionary is empty.
См. определение в файле dictionary.php строка 206
| jsonSerialize | ( | ) |
JsonSerializable::jsonSerialize — Specify data which should be serialized to JSON
См. определение в файле dictionary.php строка 216
| key | ( | ) |
Return the key of the current element
См. определение в файле dictionary.php строка 103
| next | ( | ) |
Move forward to next element
См. определение в файле dictionary.php строка 92
| offsetExists | ( | $offset | ) |
Whether an offset exists
См. определение в файле dictionary.php строка 133
| offsetGet | ( | $offset | ) |
Offset to retrieve
См. определение в файле dictionary.php строка 144
| offsetSet | ( | $offset, | |
| $value ) |
Offset to set
Переопределяется в ErrorCollection, ContainerCollection, ErrorCollection, ParameterDictionary, HttpCookies и Collection.
См. определение в файле dictionary.php строка 160
| offsetUnset | ( | $offset | ) |
Offset to unset
Переопределяется в ParameterDictionary.
См. определение в файле dictionary.php строка 177
| rewind | ( | ) |
Rewind the Iterator to the first element
См. определение в файле dictionary.php строка 123
| set | ( | $name, | |
| $value = null ) |
Переопределяется в State, ExpensesCollection, AdCollection и ReportCollection.
См. определение в файле dictionary.php строка 43
| setValues | ( | $values | ) |
| $values |
Переопределяется в ParameterDictionary.
См. определение в файле dictionary.php строка 66
| toArray | ( | ) |
Returns the values as an array.
Переопределяется в HttpCookies, State и ExpensesCollection.
См. определение в файле dictionary.php строка 197
| valid | ( | ) |
Checks if current position is valid
См. определение в файле dictionary.php строка 113
|
protected |
См. определение в файле dictionary.php строка 10