This class is an instantion of the Command class, that executes a command pertaining to fetching bookmark information, in the default case from the database. This class should only be instantiated by dispatchMBAPI() found in include/mbapi/mbapi.php. Something similar to the following XML should be passed to dispatchMBAPI() when you want to call the GetBookmarks command:
<mbapi> <command><!-- None --></command> <showXMLHeader><!-- None --></showXMLHeader> <params> <bookmarkID><!-- int --></bookmarkID> <adminID><!-- int --></adminID> <clientID><!-- int --></clientID> <sortDir><!-- None --></sortDir> <sortColumn><!-- None --></sortColumn> <recordOffset><!-- None --></recordOffset> <numRecords><!-- None --></numRecords> </params> </mbapi>
None
mbapi
command
showXMLHeader
params
bookmarkID
The ID of the bookmark to fetch. This will always select at most 1 bookmark.
adminID
The ID of the admin whose bookmarks you want to fetch.
clientID
The ID of the client whose bookmarks you want to fetch.
sortDir
sortColumn
recordOffset
numRecords