Public Member Functions | |
setNoAccessText ($noAccessText) | |
setVerifyAttributeAccess ($verifyAttributeAccess) | |
setEncoding ($encoding) | |
setCsvSeparator ($csvSeparator) | |
setCsvEnclosure ($csvEnclosure) | |
reset () | |
getTrans () | |
exportProfil ($fout, $docid) | |
cvsExport (\Doc &$doc, &$ef, $fout, $wprof, $wfile, $wident, $wutf8, $nopref, $eformat) | |
csvExport (\Doc &$doc, &$ef, $fout, $wprof, $wfile, $wident, $wutf8, $nopref, $eformat) | |
setExportAccountType ($exportAccountType) | |
Data Fields | |
const | useAclDocumentType = ":useDocument" |
const | useAclAccountType = ":useAccount" |
Protected Member Functions | |
getUserLogin ($uid) | |
getUserLogicalName ($uid) | |
Protected Attributes | |
$alreadyExported = array() | |
$lattr | |
$prevfromid = - 1 | |
$familyName = '' | |
$csvEnclosure = '"' | |
$csvSeparator = ',' | |
$encoding = 'utf-8' | |
$verifyAttributeAccess = false | |
$attributeGrants = array() | |
$noAccessText = \FormatCollection::noAccessText | |
$exportAccountType = self::useAclAccountType | |
Definition at line 9 of file ExportDocument.php.
csvExport | ( | \Doc & | $doc, |
& | $ef, | ||
$fout, | |||
$wprof, | |||
$wfile, | |||
$wident, | |||
$wutf8, | |||
$nopref, | |||
$eformat | |||
) |
cvsExport | ( | \Doc & | $doc, |
& | $ef, | ||
$fout, | |||
$wprof, | |||
$wfile, | |||
$wident, | |||
$wutf8, | |||
$nopref, | |||
$eformat | |||
) |
Definition at line 206 of file ExportDocument.php.
exportProfil | ( | $fout, | |
$docid | |||
) |
resource | $fout | |
string | int | $docid |
Definition at line 107 of file ExportDocument.php.
getTrans | ( | ) |
Definition at line 75 of file ExportDocument.php.
|
protected |
|
protected |
reset | ( | ) |
Definition at line 68 of file ExportDocument.php.
setCsvEnclosure | ( | $csvEnclosure | ) |
string | $csvEnclosure |
Definition at line 63 of file ExportDocument.php.
setCsvSeparator | ( | $csvSeparator | ) |
string | $csvSeparator |
Definition at line 56 of file ExportDocument.php.
setEncoding | ( | $encoding | ) |
string | $encoding |
Definition at line 49 of file ExportDocument.php.
setExportAccountType | ( | $exportAccountType | ) |
string | $exportAccountType |
Exception |
Definition at line 442 of file ExportDocument.php.
setNoAccessText | ( | $noAccessText | ) |
Use when cannot access attribut value Due to visibility "I"
string | $noAccessText |
Definition at line 34 of file ExportDocument.php.
setVerifyAttributeAccess | ( | $verifyAttributeAccess | ) |
If true, attribute with "I" visibility are not returned
boolean | $verifyAttributeAccess |
Definition at line 42 of file ExportDocument.php.
|
protected |
Definition at line 14 of file ExportDocument.php.
|
protected |
Definition at line 22 of file ExportDocument.php.
|
protected |
Definition at line 18 of file ExportDocument.php.
|
protected |
Definition at line 19 of file ExportDocument.php.
|
protected |
Definition at line 20 of file ExportDocument.php.
|
protected |
Definition at line 24 of file ExportDocument.php.
|
protected |
Definition at line 17 of file ExportDocument.php.
|
protected |
Definition at line 15 of file ExportDocument.php.
|
protected |
Definition at line 23 of file ExportDocument.php.
|
protected |
Definition at line 16 of file ExportDocument.php.
|
protected |
Definition at line 21 of file ExportDocument.php.
const useAclAccountType = ":useAccount" |
Definition at line 12 of file ExportDocument.php.
const useAclDocumentType = ":useDocument" |
Definition at line 11 of file ExportDocument.php.