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

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

 __construct (int $id, array $storeIds=[])
 
 getId ()
 
 getStoreIds ()
 

Открытые статические члены

static createFromId (int $itemId, ?array $storeIds=null)
 
static createFromArray (array $fields)
 
- Открытые статические члены унаследованные от AccessibleItem
static createFromId (int $itemId)
 

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

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

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

◆ __construct()

__construct ( int $id,
array $storeIds = [] )
Аргументы
int$id
array$storeIds

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

Методы

◆ createFromArray()

static createFromArray ( array $fields)
static

Create from fields array.

Аргументы
array$fields
Возвращает
StoreDocumentElement

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

◆ createFromId()

static createFromId ( int $itemId,
?array $storeIds = null )
static

@inheritDoc

Аргументы
int$itemId
array | null$storeIds
Возвращает
StoreDocumentElement

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

◆ getId()

getId ( )

@inheritDoc

Замещает AccessibleItem.

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

◆ getStoreIds()

getStoreIds ( )

Store ids used in document element.

Возвращает
int[]

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