Открытые статические члены | |
static | getTableName () |
static | getMap () |
static | add (array $data) |
static | delete ($primary) |
Class BasketArchiveTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION @method static EO_BasketArchive_Query query() @method static EO_BasketArchive_Result getByPrimary($primary, array $parameters = []) @method static EO_BasketArchive_Result getById($id) @method static EO_BasketArchive_Result getList(array $parameters = []) @method static EO_BasketArchive_Entity getEntity() @method static \Bitrix\Sale\Internals\EO_BasketArchive createObject($setDefaultValues = true) @method static \Bitrix\Sale\Internals\EO_BasketArchive_Collection createCollection() @method static \Bitrix\Sale\Internals\EO_BasketArchive wakeUpObject($row) @method static \Bitrix\Sale\Internals\EO_BasketArchive_Collection wakeUpCollection($rows)
См. определение в файле basketarchive.php строка 28
|
static |
Adds row to entity table
array | $data | An array with fields like array( "fields" => array( "FIELD1" => "value1", "FIELD2" => "value2", ), "auth_context" => \Bitrix\Main\Authentication\Context object ) or just a plain array of fields. |
Exception
См. определение в файле basketarchive.php строка 162
|
static |
Deletes row in entity table by primary key
mixed | $primary |
Exception
См. определение в файле basketarchive.php строка 189
|
static |
|
static |
Returns DB table name for entity.
См. определение в файле basketarchive.php строка 35