Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс ParameterDictionary
+ Граф наследования:ParameterDictionary:

Открытые члены

 getRaw ($name)
 
 toArrayRaw ()
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 setValues ($values)
 
- Открытые члены унаследованные от Dictionary
 __construct (array $values=null)
 
 get ($name)
 
 set ($name, $value=null)
 
 getValues ()
 
 clear ()
 
 current ()
 
 next ()
 
 key ()
 
 valid ()
 
 rewind ()
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 count ()
 
 toArray ()
 
 isEmpty ()
 
 jsonSerialize ()
 

Защищенные члены

 setValuesNoDemand (array $values)
 

Защищенные данные

 $rawValues = null
 
- Защищенные данные унаследованные от Dictionary
 $values = []
 

Подробное описание

См. определение в файле parameterdictionary.php строка 7

Методы

◆ getRaw()

getRaw ( $name)

Returns original value of any variable by its name. Null if variable is not set.

Аргументы
string$name
Возвращает
string | null

См. определение в файле parameterdictionary.php строка 29

◆ offsetSet()

offsetSet ( $offset,
$value )

Offset to set

Переопределяет метод предка Dictionary.

См. определение в файле parameterdictionary.php строка 57

◆ offsetUnset()

offsetUnset ( $offset)

Offset to unset

Переопределяет метод предка Dictionary.

См. определение в файле parameterdictionary.php строка 65

◆ setValues()

setValues ( $values)
Аргументы
$values

Переопределяет метод предка Dictionary.

См. определение в файле parameterdictionary.php строка 70

◆ setValuesNoDemand()

setValuesNoDemand ( array $values)
protected

См. определение в файле parameterdictionary.php строка 14

◆ toArrayRaw()

toArrayRaw ( )

См. определение в файле parameterdictionary.php строка 49

Данные класса

◆ $rawValues

$rawValues = null
protected

См. определение в файле parameterdictionary.php строка 12