Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс CustomData

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

 __construct (?array $params=null)
 
 setValue ($value)
 
 setCurrency (?string $currency)
 
 setContentName (?string $contentName)
 
 setContentCategory (?string $contentCategory)
 
 setContentIds (?array $contentIds)
 
 setContents (?array $contents)
 
 setContentType (?string $type)
 
 setPredictedLtv ($predicted)
 
 setNumItems (?int $items)
 
 setStatus ($status)
 
 setSearchString (?string $searchString)
 
 setDeliveryCategory ($category)
 
 setCustomProperties (?array $custom_properties)
 
 getValue ()
 
 getCurrency ()
 
 getContentName ()
 
 getContentCategory ()
 
 getContentIds ()
 
 getContents ()
 
 getContentType ()
 
 getPredictedLtv ()
 
 getNumItems ()
 
 getStatus ()
 
 getSearchString ()
 
 getDeliveryCategory ()
 
 getCustomProperties ($custom_properties)
 
 validate ()
 
 toArray ()
 

Открытые атрибуты

const CONTENT_CATEGORY_PRODUCT = "product"
 
const CONTENT_CATEGORY_PRODUCT_GROUP = "product_group"
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( ?array $params = null)

CustomData constructor.

Аргументы
array | null$params

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

Методы

◆ getContentCategory()

getContentCategory ( )

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

◆ getContentIds()

getContentIds ( )

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

◆ getContentName()

getContentName ( )

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

◆ getContents()

getContents ( )

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

◆ getContentType()

getContentType ( )

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

◆ getCurrency()

getCurrency ( )

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

◆ getCustomProperties()

getCustomProperties ( $custom_properties)

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

◆ getDeliveryCategory()

getDeliveryCategory ( )

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

◆ getNumItems()

getNumItems ( )

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

◆ getPredictedLtv()

getPredictedLtv ( )

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

◆ getSearchString()

getSearchString ( )

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

◆ getStatus()

getStatus ( )

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

◆ getValue()

getValue ( )

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

◆ setContentCategory()

setContentCategory ( ?string $contentCategory)

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

◆ setContentIds()

setContentIds ( ?array $contentIds)

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

◆ setContentName()

setContentName ( ?string $contentName)

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

◆ setContents()

setContents ( ?array $contents)

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

◆ setContentType()

setContentType ( ?string $type)

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

◆ setCurrency()

setCurrency ( ?string $currency)

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

◆ setCustomProperties()

setCustomProperties ( ?array $custom_properties)

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

◆ setDeliveryCategory()

setDeliveryCategory ( $category)

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

◆ setNumItems()

setNumItems ( ?int $items)

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

◆ setPredictedLtv()

setPredictedLtv ( $predicted)

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

◆ setSearchString()

setSearchString ( ?string $searchString)

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

◆ setStatus()

setStatus ( $status)

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

◆ setValue()

setValue ( $value)

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

◆ toArray()

toArray ( )

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

◆ validate()

validate ( )

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

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

◆ CONTENT_CATEGORY_PRODUCT

const CONTENT_CATEGORY_PRODUCT = "product"

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

◆ CONTENT_CATEGORY_PRODUCT_GROUP

const CONTENT_CATEGORY_PRODUCT_GROUP = "product_group"

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