Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
elementv1table.php
1
<?php
9
namespace
Bitrix\Iblock\ORM
;
10
11
use
Bitrix\Main\ORM\Objectify\Collection
;
12
use
Bitrix\Main\ORM\Objectify\EntityObject
;
13
33
class
ElementV1Table
extends
CommonElementTable
34
{
35
public
static
function
getEntityClass
()
36
{
37
return
ElementV1Entity::class;
38
}
39
40
public
static
function
getObjectParentClass
()
41
{
42
return
ElementV1::class;
43
}
44
49
public
static
function
getObjectClass
()
50
{
51
return
static::getObjectClassByDataClass(get_called_class());
52
}
53
58
public
static
function
getCollectionClass
()
59
{
60
return
static::getCollectionClassByDataClass(get_called_class());
61
}
62
}
Bitrix\Iblock\ORM\CommonElementTable
Definition
commonelementtable.php:29
Bitrix\Iblock\ORM\ElementV1Table
Definition
elementv1table.php:34
Bitrix\Iblock\ORM\ElementV1Table\getObjectParentClass
static getObjectParentClass()
Definition
elementv1table.php:40
Bitrix\Iblock\ORM\ElementV1Table\getEntityClass
static getEntityClass()
Definition
elementv1table.php:35
Bitrix\Iblock\ORM\ElementV1Table\getObjectClass
static getObjectClass()
Definition
elementv1table.php:49
Bitrix\Iblock\ORM\ElementV1Table\getCollectionClass
static getCollectionClass()
Definition
elementv1table.php:58
Bitrix\Main\ORM\Objectify\Collection
Definition
collection.php:33
Bitrix\Main\ORM\Objectify\EntityObject
Definition
entityobject.php:51
Bitrix\Iblock\ORM
Definition
commonelement.php:9
modules
iblock
lib
orm
elementv1table.php
Создано системой
1.10.0