Method Controller::getChildRecords
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Return the IDs of all child records of a particular record
protected function array getChildRecords(integer $intParentId, string $strTable, string $blnSorting)
Parameters
- integer $intParentId
-
Id of the parent entry in the given table.
- string $strTable
-
Table name of the table from where the child records shall be retrieved.
- string $blnSorting
- Default: null
-
Optional parameter. If this parameter is non empty, the returned list will get sorted by the field "tablename.sorting". If not specified or empty, the returned set of Ids is not sorted.
Add a comment