Открытые члены | |
getOrder () | |
setOrder (Order $order) | |
hasTradingPlatform (string $platformCode, string $type=null) | |
getTradingPlatform (string $platformCode, string $type=null) | |
getTradingPlatformIdList () | |
Открытые члены унаследованные от EntityCollection | |
onItemModify (CollectableEntity $item, $name=null, $oldValue=null, $value=null) | |
getItemById ($id) | |
isStartField ($isMeaningfulField=false) | |
clearStartField () | |
hasMeaningfulField () | |
doFinalAction ($hasMeaningfulField=false) | |
isMathActionOnly () | |
setMathActionOnly ($value=false) | |
verify () | |
isClone () | |
isAnyItemDeleted () | |
isAnyItemAdded () | |
clearChanged () | |
Открытые члены унаследованные от CollectionBase | |
getIterator () | |
offsetExists ($offset) | |
offsetGet ($offset) | |
offsetSet ($offset, $value) | |
offsetUnset ($offset) | |
count () | |
current () | |
next () | |
key () | |
valid () | |
rewind () | |
isEmpty () | |
toArray () | |
Открытые статические члены | |
static | getRegistryType () |
static | getList (array $parameters=array()) |
static | deleteNoDemand ($idOrder) |
Защищенные члены | |
getEntityParent () | |
Защищенные члены унаследованные от EntityCollection | |
__construct () | |
createIndex () | |
getDeletableItems () | |
setAnyItemDeleted ($value) | |
setAnyItemAdded ($value) | |
Защищенные статические члены | |
static | deleteInternal ($primary) |
Защищенные данные | |
$order = null | |
Защищенные данные унаследованные от EntityCollection | |
$isClone = false | |
$anyItemDeleted = false | |
$anyItemAdded = false | |
Защищенные данные унаследованные от CollectionBase | |
$collection = array() | |
См. определение в файле tradebindingcollection.php строка 13
|
staticprotected |
$primary |
См. определение в файле tradebindingcollection.php строка 241
|
static |
См. определение в файле tradebindingcollection.php строка 214
|
protected |
Переопределяет метод предка EntityCollection.
См. определение в файле tradebindingcollection.php строка 20
|
static |
array | $parameters |
См. определение в файле tradebindingcollection.php строка 92
getOrder | ( | ) |
См. определение в файле tradebindingcollection.php строка 28
|
static |
Переопределяет метод предка EntityCollection.
См. определение в файле tradebindingcollection.php строка 47
getTradingPlatform | ( | string | $platformCode, |
string | $type = null ) |
Returns the first trading platform by the specified code and type from the collection
string | $platformCode | |
string | null | $type |
См. определение в файле tradebindingcollection.php строка 292
getTradingPlatformIdList | ( | ) |
См. определение в файле tradebindingcollection.php строка 313
hasTradingPlatform | ( | string | $platformCode, |
string | $type = null ) |
Returns an indicator showing either the collection contains the specified platform
string | $platformCode | |
string | null | $type |
См. определение в файле tradebindingcollection.php строка 280
setOrder | ( | Order | $order | ) |
Order | $order |
См. определение в файле tradebindingcollection.php строка 55
|
protected |
См. определение в файле tradebindingcollection.php строка 15