Wicked_Driver::getAttachedFiles PHP Method

getAttachedFiles() abstract public method

Retrieves data on files attached to a page.
abstract public getAttachedFiles ( string $pageId, boolean $allversions = false ) : array
$pageId string This is the Id of the page for which we'd like to find attached files.
$allversions boolean Whether to include all versions. If false or omitted, only the most recent version of each attachment is returned.
return array An array of key/value arrays describing the attached files.
    abstract function getAttachedFiles($pageId, $allversions = false);