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

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

static getTableName ()
 
static getObjectClass ()
 
static getCollectionClass ()
 
static getMap ()
 
static onAfterAdd (ORM\Event $event)
 
static onAfterDelete (ORM\Event $event)
 
static purge (Translate\Filter $filter=null, $recursively=true)
 
static processFilter (Translate\Filter $filter=null)
 
- Открытые статические члены унаследованные от DataManager
static getEntity ()
 
static unsetEntity ($class)
 
static getTableName ()
 
static getConnectionName ()
 
static getTitle ()
 
static getObjectClass ()
 
static getObjectClassName ()
 
static getCollectionClass ()
 
static getCollectionClassName ()
 
static getObjectParentClass ()
 
static getCollectionParentClass ()
 
static getQueryClass ()
 
static getEntityClass ()
 
static createObject ($setDefaultValues=true)
 
static createCollection ()
 
static wakeUpObject ($row)
 
static wakeUpCollection ($rows)
 
static getMap ()
 
static getUfId ()
 
static isUts ()
 
static isUtm ()
 
static setDefaultScope ($query)
 
static postInitialize (Entity $entity)
 
static getByPrimary ($primary, array $parameters=array())
 
static getById ($id)
 
static getRowById ($id)
 
static getRow (array $parameters)
 
static getList (array $parameters=array())
 
static getCount ($filter=array(), array $cache=array())
 
static query ()
 
static checkFields (Result $result, $primary, array $data)
 
static add (array $data)
 
static addMulti ($rows, $ignoreEvents=false)
 
static update ($primary, array $data)
 
static delete ($primary)
 
static enableCrypto ($field, $table=null, $mode=true)
 
static cryptoEnabled ($field, $table=null)
 
static setCurrentDeletingObject ($object)
 
static cleanCache ()
 
static onBeforeAdd (Event $event)
 
static onAdd (Event $event)
 
static onAfterAdd (Event $event)
 
static onBeforeUpdate (Event $event)
 
static onUpdate (Event $event)
 
static onAfterUpdate (Event $event)
 
static onBeforeDelete (Event $event)
 
static onDelete (Event $event)
 
static onAfterDelete (Event $event)
 

Дополнительные унаследованные члены

- Открытые атрибуты унаследованные от DataManager
const EVENT_ON_BEFORE_ADD = "OnBeforeAdd"
 
const EVENT_ON_ADD = "OnAdd"
 
const EVENT_ON_AFTER_ADD = "OnAfterAdd"
 
const EVENT_ON_BEFORE_UPDATE = "OnBeforeUpdate"
 
const EVENT_ON_UPDATE = "OnUpdate"
 
const EVENT_ON_AFTER_UPDATE = "OnAfterUpdate"
 
const EVENT_ON_BEFORE_DELETE = "OnBeforeDelete"
 
const EVENT_ON_DELETE = "OnDelete"
 
const EVENT_ON_AFTER_DELETE = "OnAfterDelete"
 
- Защищенные статические члены унаследованные от DataManager
static getObjectClassByDataClass ($dataClass)
 
static getCollectionClassByDataClass ($dataClass)
 
static replaceFieldName ($data=array())
 
static validatePrimary ($primary)
 
static checkUfFields ($object, $ufdata, $result)
 
static callOnBeforeAddEvent ($object, $fields, $result)
 
static callOnAddEvent ($object, $fields, $ufdata)
 
static callOnAfterAddEvent ($object, $fields, $id)
 
static callOnBeforeUpdateEvent ($object, $fields, $result)
 
static callOnUpdateEvent ($object, $fields, $ufdata)
 
static callOnAfterUpdateEvent ($object, $fields)
 
static callOnBeforeDeleteEvent ($object, $entity, $result)
 
static callOnDeleteEvent ($object, $entity)
 
static callOnAfterDeleteEvent ($object, $entity)
 
- Статические защищенные данные унаследованные от DataManager
static $entity
 
static $objectClass
 
static $collectionClass
 
static $currentDeletingObjects
 
static $reservedWords
 

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

Class PathTable

Fields:

  • ID int mandatory
  • PARENT_ID int
  • PATH string(255)
  • NAME string(255)
  • MODULE_ID string(50) optional
  • ASSIGNMENT string(50) optional
  • DEPTH_LEVEL int optional
  • SORT int optional
  • IS_LANG bool optional
  • IS_DIR bool optional
  • INDEXED bool optional
  • INDEXED_TIME datetime default 'CURRENT_TIMESTAMP'
  • HAS_SETTINGS bool optional

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION @method static EO_PathIndex_Query query() @method static EO_PathIndex_Result getByPrimary($primary, array $parameters = array()) @method static EO_PathIndex_Result getById($id) @method static EO_PathIndex_Result getList(array $parameters = array()) @method static EO_PathIndex_Entity getEntity() @method static \Bitrix\Translate\Index\PathIndex createObject($setDefaultValues = true) @method static \Bitrix\Translate\Index\PathIndexCollection createCollection() @method static \Bitrix\Translate\Index\PathIndex wakeUpObject($row) @method static \Bitrix\Translate\Index\PathIndexCollection wakeUpCollection($rows)

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

Методы

◆ getCollectionClass()

static getCollectionClass ( )
static

Returns class of Object collection for current entity.

Возвращает
string

Переопределяет метод предка DataManager.

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

◆ getMap()

static getMap ( )
static

Returns entity map definition.

Возвращает
array

Переопределяет метод предка DataManager.

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

◆ getObjectClass()

static getObjectClass ( )
static

Returns class of Object for current entity.

Возвращает
string

Переопределяет метод предка DataManager.

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

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity.

Возвращает
string

Переопределяет метод предка DataManager.

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

◆ onAfterAdd()

static onAfterAdd ( ORM\Event  $event)
static
Аргументы
ORM\Event$eventTriggered ORM event.
Возвращает
ORM\EventResult|void

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

◆ onAfterDelete()

static onAfterDelete ( ORM\Event  $event)
static
Аргументы
ORM\Event$eventTriggered ORM event.
Возвращает
ORM\EventResult|void

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

◆ processFilter()

static processFilter ( Translate\Filter  $filter = null)
static

Processes filter params to convert them into orm type.

Аргументы
Translate\Filter$filterParams to filter file list.
Возвращает
array|bool

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

◆ purge()

static purge ( Translate\Filter  $filter = null,
  $recursively = true 
)
static

Drop index.

Аргументы
Translate\Filter$filterParams to filter file list.
bool$recursivelyDrop index recursively.
Возвращает
void

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