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

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

 setValue ($values)
 
 addValue ($value)
 
 getValue ()
 
 toRestFormat ()
 
 toPullFormat ()
 
- Открытые члены унаследованные от ParamArray
 load ($source)
 
 getDefaultValue ()
 
 hasValue ()
 
 unsetValue ($values=[])
 
 isHidden ()
 
 setMessageId (int $messageId)
 
 getMessageId ()
 
 setName (string $name)
 
 getName ()
 
 setType (string $type)
 
 getType ()
 
 isValid ()
 
 detectType ()
 
 markChanged (?bool $state=null)
 
 isChanged ()
 
 markDrop ()
 
 isDeleted ()
 
 __clone ()
 
- Открытые члены унаследованные от Collection
 __construct ($source=null)
 
 add (ActiveRecord $entry)
 
 offsetSet ($offset, $entry)
 
 delete ()
 
- Открытые члены унаследованные от Registry
 unsetByKeys (array $keys)
 
 filter (callable $predicate)
 
 getAny ()
 
- Открытые члены унаследованные от ActiveRecordCollection
 getPrimaryIds ()
 
 getDataEntityCollection ()
 
 save ()
 
- Открытые члены унаследованные от MessageParameter
 unsetValue ()
 
- Открытые члены унаследованные от RegistryEntry
 setRegistry (Registry $registry)
 
 getRegistry ()
 

Дополнительные унаследованные члены

- Открытые статические члены унаследованные от ParamArray
static getCollectionElementClass ()
 
static find (array $filter, array $order, ?int $limit=null, ?Context $context=null)
 
- Открытые статические члены унаследованные от Collection
static getDataClass ()
 
- Защищенные члены унаследованные от Collection
 setDataEntityCollection (ORM\Objectify\Collection $entityCollection)
 
 initByEntitiesCollection (ORM\Objectify\Collection $entitiesCollection)
 
 initByArray (array $items)
 
- Защищенные данные унаследованные от ParamArray
string $type = null
 
string $name = null
 
int $messageId = null
 
bool $isChanged = true
 
bool $markedDrop = false
 
- Защищенные данные унаследованные от Collection
ORM Objectify Collection $dataEntityCollection = null
 
int $newEntityTmpId = 0
 

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

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

Методы

◆ addValue()

addValue ( $value)
Аргументы
array | \CIMMessageParamAttach$value
Возвращает
static

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

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

◆ getValue()

getValue ( )
Возвращает
array

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

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

◆ setValue()

setValue ( $values)
Аргументы
array | \CIMMessageParamAttach | \CIMMessageParamAttach[]$values
Возвращает
static

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

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

◆ toPullFormat()

toPullFormat ( )
Возвращает
mixed

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

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

◆ toRestFormat()

toRestFormat ( )
Возвращает
array|null

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

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