DirList Event
Fires for each entry returned in a directory listing.
Object Oriented Interface
public function fireDirList($param);
Procedural Interface
ipworks_webdav_register_callback($res, 3, array($this, 'fireDirList'));
Parameter List
'resourceuri'
'displayname'
'contentlanguage'
'contentlength'
'contenttype'
'lastmodified'
Remarks
The DirList event is fired when a directory listing is received as a response to ListDirectory.
The StartTransfer and EndTransfer events mark the beginning and end of the event stream.