Public Member Functions | |
__construct () | |
setOutputFormat ($xy) | |
useIdentificator ($exportIdentificator=true) | |
getOutputFile () | |
getXmlContent () | |
exportFromSearch (SearchDoc &$search, $outputFile= '') | |
exportFromFolder ($folderId, $outputFile= '') | |
exportFromSelection (Fdl_DocumentSelection $selection, $outputFile= '') | |
Data Fields | |
const | zipFormat = 'X' |
const | xmlFormat = 'Y' |
Definition at line 19 of file Class.exportXmlFolder.php.
__construct | ( | ) |
exportFromFolder | ( | $folderId, | |
$outputFile = '' |
|||
) |
export documents from search object
string | $folderId | collection identifier |
string | $outputFile | path to output file |
Definition at line 110 of file Class.exportXmlFolder.php.
exportFromSearch | ( | SearchDoc & | $search, |
$outputFile = '' |
|||
) |
export documents from search object
SearchDoc | $search | search to export |
string | $outputFile | path to output file |
Definition at line 98 of file Class.exportXmlFolder.php.
exportFromSelection | ( | Fdl_DocumentSelection | $selection, |
$outputFile = '' |
|||
) |
export documents from selection object
Fdl_DocumentSelection | $selection | |
string | $outputFile |
Definition at line 122 of file Class.exportXmlFolder.php.
getOutputFile | ( | ) |
return exported file name
Definition at line 61 of file Class.exportXmlFolder.php.
getXmlContent | ( | ) |
return content of xml file to be use only with xml format
Dcp\Exception |
Definition at line 82 of file Class.exportXmlFolder.php.
setOutputFormat | ( | $xy | ) |
export format xml or zip
string | $xy |
Dcp\Exception |
Definition at line 41 of file Class.exportXmlFolder.php.
useIdentificator | ( | $exportIdentificator = true | ) |
export (or not) system document identifier
bool | $exportIdentificator | export option |
Definition at line 53 of file Class.exportXmlFolder.php.
const xmlFormat = 'Y' |
Definition at line 22 of file Class.exportXmlFolder.php.
const zipFormat = 'X' |
Definition at line 21 of file Class.exportXmlFolder.php.