_loadCollectionInstance
Last updated Dec 21st, 2019 | Page history | Improve this page | Report an issue
xPDOObject::_loadCollectionInstance()¶
This function is responsible for loading an xPDOObject instance into a collection.
Syntax¶
API Doc: _loadCollectionInstance
static boolean _loadCollectionInstance(
xPDO &$xpdo,
array &$objCollection,
string $className,
mixed $criteria,
array $row,
boolean $fromCache,
boolean|integer $cacheFlag
)