Открытые статические члены | |
static | getTableName () |
static | getMap () |
static | siteClear ($siteId) |
Открытые атрибуты | |
const | ENTITY_TYPE_SITE = 'S' |
const | ENTITY_TYPE_LANDING = 'L' |
Защищенные статические члены | |
static | entityClear ($entityId, $entityType) |
Class BindingTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION @method static EO_Binding_Query query() @method static EO_Binding_Result getByPrimary($primary, array $parameters = array()) @method static EO_Binding_Result getById($id) @method static EO_Binding_Result getList(array $parameters = array()) @method static EO_Binding_Entity getEntity() @method static \Bitrix\Landing\Internals\EO_Binding createObject($setDefaultValues = true) @method static \Bitrix\Landing\Internals\EO_Binding_Collection createCollection() @method static \Bitrix\Landing\Internals\EO_Binding wakeUpObject($row) @method static \Bitrix\Landing\Internals\EO_Binding_Collection wakeUpCollection($rows)
См. определение в файле binding.php строка 25
|
staticprotected |
Clear records by entity.
int | $entityId | Entity id. |
string | $entityType | Entity type. |
См. определение в файле binding.php строка 83
|
static |
|
static |
|
static |
Clear all records for site.
int | $siteId | Site id. |
См. определение в файле binding.php строка 105
const ENTITY_TYPE_LANDING = 'L' |
Entity type 'LANDING'.
См. определение в файле binding.php строка 35
const ENTITY_TYPE_SITE = 'S' |
Entity type 'SITE'.
См. определение в файле binding.php строка 30