ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Class manages user html export. More...
Public Member Functions | |
__construct (ilObjWiki $a_wiki, ilDBInterface $a_db, ilObjUser $a_user, bool $with_comments=false) | |
updateStatus (int $a_progress, int $a_status) | |
getProgress () | |
initUserHTMLExport () | |
startUserHTMLExport () | |
deliverFile () | |
Data Fields | |
const | PROCESS_OTHER_USER = 0 |
const | PROCESS_STARTED = 1 |
const | PROCESS_UPTODATE = 2 |
const | NOT_RUNNING = 0 |
const | RUNNING = 1 |
Protected Member Functions | |
read () | |
getProcess () | |
getLatest () | |
Protected Attributes | |
ILIAS components Export HTML ExportFileManager | $html_export_file_manager |
array | $data = null |
ilDBInterface | $db |
ilObjWiki | $wiki |
ilObjUser | $user |
ilLogger | $log |
bool | $with_comments = false |
Class manages user html export.
Definition at line 27 of file class.ilWikiUserHTMLExport.php.
ilWikiUserHTMLExport::__construct | ( | ilObjWiki | $a_wiki, |
ilDBInterface | $a_db, | ||
ilObjUser | $a_user, | ||
bool | $with_comments = false |
||
) |
Definition at line 44 of file class.ilWikiUserHTMLExport.php.
References $DIC, $with_comments, ilLoggerFactory\getLogger(), read(), and ILIAS\Repository\user().
ilWikiUserHTMLExport::deliverFile | ( | ) |
Definition at line 207 of file class.ilWikiUserHTMLExport.php.
|
protected |
Definition at line 196 of file class.ilWikiUserHTMLExport.php.
Referenced by getProcess().
|
protected |
Definition at line 74 of file class.ilWikiUserHTMLExport.php.
References $ilDB, $with_comments, ilPageObject\getLastChangeByParent(), getLatest(), ilDBInterface\manipulate(), ilUtil\now(), ilDBInterface\quote(), read(), and ILIAS\Repository\user().
Referenced by initUserHTMLExport().
ilWikiUserHTMLExport::getProgress | ( | ) |
Definition at line 161 of file class.ilWikiUserHTMLExport.php.
ilWikiUserHTMLExport::initUserHTMLExport | ( | ) |
Definition at line 173 of file class.ilWikiUserHTMLExport.php.
References exit, and getProcess().
|
protected |
Definition at line 62 of file class.ilWikiUserHTMLExport.php.
Referenced by __construct(), getProcess(), and updateStatus().
ilWikiUserHTMLExport::startUserHTMLExport | ( | ) |
Definition at line 180 of file class.ilWikiUserHTMLExport.php.
References exit, and updateStatus().
ilWikiUserHTMLExport::updateStatus | ( | int | $a_progress, |
int | $a_status | ||
) |
Definition at line 145 of file class.ilWikiUserHTMLExport.php.
References read().
Referenced by startUserHTMLExport().
|
protected |
Definition at line 37 of file class.ilWikiUserHTMLExport.php.
|
protected |
Definition at line 38 of file class.ilWikiUserHTMLExport.php.
|
protected |
Definition at line 35 of file class.ilWikiUserHTMLExport.php.
|
protected |
Definition at line 41 of file class.ilWikiUserHTMLExport.php.
|
protected |
Definition at line 40 of file class.ilWikiUserHTMLExport.php.
|
protected |
Definition at line 39 of file class.ilWikiUserHTMLExport.php.
|
protected |
Definition at line 42 of file class.ilWikiUserHTMLExport.php.
Referenced by __construct(), and getProcess().
const ilWikiUserHTMLExport::NOT_RUNNING = 0 |
Definition at line 33 of file class.ilWikiUserHTMLExport.php.
const ilWikiUserHTMLExport::PROCESS_OTHER_USER = 0 |
Definition at line 29 of file class.ilWikiUserHTMLExport.php.
const ilWikiUserHTMLExport::PROCESS_STARTED = 1 |
Definition at line 30 of file class.ilWikiUserHTMLExport.php.
const ilWikiUserHTMLExport::PROCESS_UPTODATE = 2 |
Definition at line 31 of file class.ilWikiUserHTMLExport.php.
const ilWikiUserHTMLExport::RUNNING = 1 |
Definition at line 34 of file class.ilWikiUserHTMLExport.php.
Referenced by ILIAS\Wiki\Export\WikiHtmlExport\exportHTMLPages(), and ILIAS\Wiki\Export\WikiHtmlExport\updateUserHTMLStatusForPageElements().