Открытые члены | |
setCollection (EntityCollection $collection) | |
getCollection () | |
setInternalIndex ($index) | |
getInternalIndex () | |
isStartField ($isMeaningfulField=false) | |
clearStartField () | |
hasMeaningfulField () | |
doFinalAction ($hasMeaningfulField=false) | |
setMathActionOnly ($value=false) | |
isMathActionOnly () | |
isClone () | |
Открытые члены унаследованные от Entity | |
__construct () | |
fetch (Main\Text\Converter $converter=null) | |
Защищенные члены | |
onFieldModify ($name, $oldValue, $value) | |
Защищенные члены унаследованные от Entity | |
getTablet () | |
Защищенные данные | |
$collection | |
$internalIndex = null | |
$isClone = false | |
Дополнительные унаследованные члены | |
Открытые статические члены унаследованные от Entity | |
static | getEntity () |
static | getList (array $parameters) |
static | getRow (array $parameters) |
static | clearCache () |
static | add (array $data) |
static | update ($id, array $data) |
static | delete ($id) |
static | setCacheItem ($id, array $row) |
static | getCacheItem ($id, bool $load=false) |
static | clearCacheItem ($id) |
static | getTabletClassName () |
static | getTabletFieldNames (int $fields=self::FIELDS_MAIN) |
static | getCachedFieldList () |
static | getCallbackRestEvent () |
static | clearSettings () |
Открытые атрибуты унаследованные от Entity | |
const | PREFIX_OLD = 'OLD_' |
const | EVENT_ON_BUILD_CACHED_FIELD_LIST = 'OnBuildCachedFieldList' |
const | FIELDS_MAIN = 0x0001 |
const | FIELDS_UF = 0x0002 |
const | FIELDS_ALL = self::FIELDS_MAIN|self::FIELDS_UF |
Защищенные статические члены унаследованные от Entity | |
static | prepareForAdd (ORM\Data\AddResult $result, $id, array &$data) |
static | prepareForUpdate (ORM\Data\UpdateResult $result, $id, array &$data) |
static | deleteNoDemands ($id) |
static | normalize (array &$data) |
static | runAddExternalActions ($id, array $data) |
static | runUpdateExternalActions ($id, array $data) |
static | runDeleteExternalActions ($id) |
static | getDefaultCachedFieldList () |
static | prepareFloatValue ($value) |
static | prepareIntValue ($value) |
static | prepareStringValue ($value) |
См. определение в файле collectableentity.php строка 12
clearStartField | ( | ) |
См. определение в файле collectableentity.php строка 104
doFinalAction | ( | $hasMeaningfulField = false | ) |
См. определение в файле collectableentity.php строка 125
getCollection | ( | ) |
См. определение в файле collectableentity.php строка 46
getInternalIndex | ( | ) |
См. определение в файле collectableentity.php строка 83
hasMeaningfulField | ( | ) |
См. определение в файле collectableentity.php строка 116
isClone | ( | ) |
См. определение в файле collectableentity.php строка 166
isMathActionOnly | ( | ) |
См. определение в файле collectableentity.php строка 154
isStartField | ( | $isMeaningfulField = false | ) |
bool | $isMeaningfulField |
См. определение в файле collectableentity.php строка 92
|
protected |
string | $name | |
mixed | $oldValue | |
mixed | $value |
Переопределяется в PayableBasketItem, PayableShipmentItem, ReserveQuantity и TradeBindingEntity.
См. определение в файле 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