Bitrix-D7
20.5.0
|
Открытые члены | |
setCollection (EntityCollection $collection) | |
getCollection () | |
delete () | |
setInternalIndex ($index) | |
getInternalIndex () | |
isStartField ($isMeaningfulField=false) | |
clearStartField () | |
hasMeaningfulField () | |
doFinalAction ($hasMeaningfulField=false) | |
setMathActionOnly ($value=false) | |
isMathActionOnly () | |
isClone () | |
createClone (\SplObjectStorage $cloneEntity) | |
![]() | |
initializeField ($fieldName, $fieldInfo) | |
Fields factory. Подробнее... | |
initialize ($className) | |
postInitialize () | |
getObjectClass () | |
Returns class of Object for current entity. Подробнее... | |
getObjectClassName () | |
Returns class name of Object for current entity. Подробнее... | |
getCollectionClass () | |
getCollectionClassName () | |
createObject ($setDefaultValues=true) | |
createCollection () | |
wakeUpObject ($row) | |
wakeUpCollection ($rows) | |
addField ($fieldInfo, $fieldName=null) | |
getReferencesCountTo ($refEntityName) | |
getReferencesTo ($refEntityName) | |
getFields () | |
getField ($name) | |
hasField ($name) | |
getScalarFields () | |
getUField ($name) | |
hasUField ($name) | |
getName () | |
getFullName () | |
getNamespace () | |
getModule () | |
getDataClass () | |
getConnection () | |
getDBTableName () | |
getPrimary () | |
getPrimaryArray () | |
getAutoIncrement () | |
isUts () | |
isUtm () | |
getUfId () | |
setDefaultScope ($query) | |
getCode () | |
getLangCode () | |
getTitle () | |
__clone () | |
compileDbTableStructureDump () | |
createDbTable () | |
Creates table according to Fields collection. Подробнее... | |
readFromCache ($ttl, $cacheId, $countTotal=false) | |
Reads data from cache. Подробнее... | |
writeToCache (Main\DB\Result $result, $cacheId, $countTotal=false) | |
getCacheTtl ($ttl) | |
Returns cache TTL for the entity, possibly limited by the .settings.php: 'cache_flags' => array('value'=> array( "b_group_max_ttl" => 200, "b_group_min_ttl" => 100, )) Maximum is a higher-priority. Подробнее... | |
cleanCache () | |
Cleans all cache entries for the entity. Подробнее... | |
enableFullTextIndex ($field, $mode=true) | |
Sets a flag indicating full text index support for a field. Подробнее... | |
fullTextIndexEnabled ($field) | |
Returns true if full text index is enabled for a field. Подробнее... | |
Защищенные члены | |
onFieldModify ($name, $oldValue, $value) | |
![]() | |
appendField (Field $field) | |
getCacheDir () | |
Защищенные данные | |
$collection | |
$internalIndex = null | |
$isClone = false | |
![]() | |
$className | |
$module | |
$uf_id | |
$fields | |
$fieldsMap | |
$u_fields | |
$code | |
$references | |
$isClone = false | |
Дополнительные унаследованные члены | |
![]() | |
static | get ($entityName) |
Returns entity object. Подробнее... | |
static | has ($entityName) |
Checks if entity exists. Подробнее... | |
static | getInstance ($entityName) |
static | getDefaultObjectClassName ($entityName) |
static | getDefaultCollectionClassName ($entityName) |
static | isExists ($name) |
static | normalizeEntityClass ($entityName) |
static | getEntityClassParts ($class) |
static | camel2snake ($str) |
static | snake2camel ($str) |
static | normalizeName ($entityName) |
static | getInstanceByQuery (Query $query, &$entity_name=null) |
static | compileEntity ($entityName, $fields=null, $parameters=array()) |
static | compileObjectClass ($dataClass) |
static | compileCollectionClass ($dataClass) |
static | destroy ($entity) |
![]() | |
$name | |
$connectionName | |
$dbTableName | |
$primary | |
$autoIncrement | |
$isUts | |
$isUtm | |
const | DEFAULT_OBJECT_PREFIX = 'EO_' |
![]() | |
static | getInstanceDirect ($className) |
![]() | |
static | $instances |
См. определение в файле collectableentity.php строка 12
clearStartField | ( | ) |
См. определение в файле collectableentity.php строка 104
createClone | ( | \SplObjectStorage | $cloneEntity | ) |
Переопределяется в ShipmentItem, Shipment, Payment и BasketItem.
См. определение в файле collectableentity.php строка 177
delete | ( | ) |
Main |
Переопределяется в ShipmentItemStore, ShipmentItem, Shipment, Payment, BasketItemBase и BasketItem.
См. определение в файле collectableentity.php строка 55
doFinalAction | ( | $hasMeaningfulField = false | ) |
См. определение в файле collectableentity.php строка 125
getCollection | ( | ) |
См. определение в файле collectableentity.php строка 46
getInternalIndex | ( | ) |
См. определение в файле collectableentity.php строка 83
hasMeaningfulField | ( | ) |
isClone | ( | ) |
isMathActionOnly | ( | ) |
isStartField | ( | $isMeaningfulField = false | ) |
bool | $isMeaningfulField |
См. определение в файле collectableentity.php строка 92
|
protected |
string | $name | |
mixed | $oldValue | |
mixed | $value |
Переопределяется в ShipmentItemStore, ShipmentItem, Shipment, Payment, BasketItemBase и BasketItem.
См. определение в файле collectableentity.php строка 29
setCollection | ( | EntityCollection | $collection | ) |
EntityCollection | $collection |
См. определение в файле collectableentity.php строка 38
setInternalIndex | ( | $index | ) |
См. определение в файле collectableentity.php строка 75
setMathActionOnly | ( | $value = false | ) |
bool | false | $value |
См. определение в файле collectableentity.php строка 140
|
protected |
См. определение в файле collectableentity.php строка 16
|
protected |
См. определение в файле collectableentity.php строка 18
|
protected |
См. определение в файле collectableentity.php строка 20