ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
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 () | |
doesFileExist () | |
Protected Attributes | |
array | $data = null |
ilDBInterface | $db |
ilObjWiki | $wiki |
ilObjUser | $user |
ilLogger | $log |
bool | $with_comments = false |
Class manages user html export.
Definition at line 26 of file class.ilWikiUserHTMLExport.php.
ilWikiUserHTMLExport::__construct | ( | ilObjWiki | $a_wiki, |
ilDBInterface | $a_db, | ||
ilObjUser | $a_user, | ||
bool | $with_comments = false |
||
) |
Definition at line 42 of file class.ilWikiUserHTMLExport.php.
References $with_comments, ilLoggerFactory\getLogger(), read(), and ILIAS\Repository\user().
ilWikiUserHTMLExport::deliverFile | ( | ) |
Definition at line 203 of file class.ilWikiUserHTMLExport.php.
References ilFileDelivery\deliverFileLegacy().
|
protected |
Definition at line 191 of file class.ilWikiUserHTMLExport.php.
Referenced by getProcess().
|
protected |
Definition at line 69 of file class.ilWikiUserHTMLExport.php.
References $ilDB, $with_comments, doesFileExist(), ilPageObject\getLastChangeByParent(), ilDBInterface\manipulate(), ilUtil\now(), ilDBInterface\quote(), read(), and ILIAS\Repository\user().
Referenced by initUserHTMLExport().
ilWikiUserHTMLExport::getProgress | ( | ) |
Definition at line 156 of file class.ilWikiUserHTMLExport.php.
ilWikiUserHTMLExport::initUserHTMLExport | ( | ) |
Definition at line 168 of file class.ilWikiUserHTMLExport.php.
References exit, and getProcess().
|
protected |
Definition at line 57 of file class.ilWikiUserHTMLExport.php.
Referenced by __construct(), getProcess(), and updateStatus().
ilWikiUserHTMLExport::startUserHTMLExport | ( | ) |
Definition at line 175 of file class.ilWikiUserHTMLExport.php.
References exit, and updateStatus().
ilWikiUserHTMLExport::updateStatus | ( | int | $a_progress, |
int | $a_status | ||
) |
Definition at line 140 of file class.ilWikiUserHTMLExport.php.
References read().
Referenced by startUserHTMLExport().
|
protected |
Definition at line 35 of file class.ilWikiUserHTMLExport.php.
|
protected |
Definition at line 36 of file class.ilWikiUserHTMLExport.php.
|
protected |
Definition at line 39 of file class.ilWikiUserHTMLExport.php.
|
protected |
Definition at line 38 of file class.ilWikiUserHTMLExport.php.
|
protected |
Definition at line 37 of file class.ilWikiUserHTMLExport.php.
|
protected |
Definition at line 40 of file class.ilWikiUserHTMLExport.php.
Referenced by __construct(), and getProcess().
const ilWikiUserHTMLExport::NOT_RUNNING = 0 |
Definition at line 32 of file class.ilWikiUserHTMLExport.php.
const ilWikiUserHTMLExport::PROCESS_OTHER_USER = 0 |
Definition at line 28 of file class.ilWikiUserHTMLExport.php.
const ilWikiUserHTMLExport::PROCESS_STARTED = 1 |
Definition at line 29 of file class.ilWikiUserHTMLExport.php.
const ilWikiUserHTMLExport::PROCESS_UPTODATE = 2 |
Definition at line 30 of file class.ilWikiUserHTMLExport.php.
const ilWikiUserHTMLExport::RUNNING = 1 |
Definition at line 33 of file class.ilWikiUserHTMLExport.php.
Referenced by ILIAS\Wiki\Export\WikiHtmlExport\exportHTMLPages(), and ILIAS\Wiki\Export\WikiHtmlExport\updateUserHTMLStatusForPageElements().