HW_GETCHILDCOLLOBJ(3) 1 HW_GETCHILDCOLLOBJ(3)
hw_GetChildCollObj - Object records of child collections
SYNOPSIS
array hw_getchildcollobj (int $connection, int $objectID)
DESCRIPTION
Returns object records. Each object records belongs to a child collection of the collection with ID $objectID. The function will not
return child documents.
PARAMETERS
o $connection
- The connection identifier.
o $objectID
- The object identifier.
RETURN VALUES
Returns an array of object records.
SEE ALSO
hw_childrenobj(3), hw_getchilddoccollobj(3).
PHP Documentation Group HW_GETCHILDCOLLOBJ(3)