ParentList Event
This event fires once for each parent returned when calling ListParents.
Object Oriented Interface
public function fireParentList($param);
Procedural Interface
incloudstorage_googledrive_register_callback($res, 9, array($this, 'fireParentList'));
Parameter List
'id'
'root'
Remarks
When calling ListParents this event will fire once for each parent that is returned.
Id specifies the Id of the returned parent.
Root specifies whether the parent is the root folder.