ChildList Event
Fires once for each child when calling ListChildren.
Object Oriented Interface
public function fireChildList($param);
Procedural Interface
incloudstorage_googledrive_register_callback($res, 2, array($this, 'fireChildList'));
Parameter List
'id'
'link'
Remarks
This event fires once for each child returned when calling ListChildren.
Id is the Id of the child.
Link holds a link to the child.