ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class manages user html export. More...
Public Member Functions | |
__construct (ilObjWiki $a_wiki, ilDBInterface $a_db, ilObjUser $a_user) | |
Construct. More... | |
updateStatus ($a_progress, $a_status) | |
Update status. More... | |
getProgress () | |
Get Progress. More... | |
initUserHTMLExport () | |
Init user html export. More... | |
startUserHTMLExport () | |
Start user html export. More... | |
deliverFile () | |
Deliver file. More... | |
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 () | |
Read. More... | |
getProcess () | |
Get process. More... | |
Protected Attributes | |
$data | |
$db | |
$wiki | |
$user | |
$log | |
Class manages user html export.
Definition at line 12 of file class.ilWikiUserHTMLExport.php.
ilWikiUserHTMLExport::__construct | ( | ilObjWiki | $a_wiki, |
ilDBInterface | $a_db, | ||
ilObjUser | $a_user | ||
) |
Construct.
Definition at line 50 of file class.ilWikiUserHTMLExport.php.
References ilLoggerFactory\getLogger(), read(), and user().
ilWikiUserHTMLExport::deliverFile | ( | ) |
Deliver file.
Definition at line 218 of file class.ilWikiUserHTMLExport.php.
References $file, ilUtil\deliverFile(), and ilWikiHTMLExport\MODE_USER.
|
protected |
Get process.
Definition at line 82 of file class.ilWikiUserHTMLExport.php.
References $ilDB, $ret, data, ilPageObject\getLastChangeByParent(), ilDBInterface\manipulate(), ilUtil\now(), ilDBInterface\quote(), read(), and user().
Referenced by initUserHTMLExport().
ilWikiUserHTMLExport::getProgress | ( | ) |
Get Progress.
Definition at line 175 of file class.ilWikiUserHTMLExport.php.
References array.
ilWikiUserHTMLExport::initUserHTMLExport | ( | ) |
Init user html export.
Definition at line 192 of file class.ilWikiUserHTMLExport.php.
References exit, and getProcess().
|
protected |
Read.
Definition at line 65 of file class.ilWikiUserHTMLExport.php.
Referenced by __construct(), getProcess(), and updateStatus().
ilWikiUserHTMLExport::startUserHTMLExport | ( | ) |
Start user html export.
Definition at line 202 of file class.ilWikiUserHTMLExport.php.
References exit, ilWikiHTMLExport\MODE_USER, and updateStatus().
ilWikiUserHTMLExport::updateStatus | ( | $a_progress, | |
$a_status | |||
) |
Update status.
Definition at line 157 of file class.ilWikiUserHTMLExport.php.
References read().
Referenced by startUserHTMLExport().
|
protected |
Definition at line 22 of file class.ilWikiUserHTMLExport.php.
|
protected |
Definition at line 27 of file class.ilWikiUserHTMLExport.php.
|
protected |
Definition at line 42 of file class.ilWikiUserHTMLExport.php.
|
protected |
Definition at line 37 of file class.ilWikiUserHTMLExport.php.
|
protected |
Definition at line 32 of file class.ilWikiUserHTMLExport.php.
const ilWikiUserHTMLExport::NOT_RUNNING = 0 |
Definition at line 19 of file class.ilWikiUserHTMLExport.php.
const ilWikiUserHTMLExport::PROCESS_OTHER_USER = 0 |
Definition at line 14 of file class.ilWikiUserHTMLExport.php.
const ilWikiUserHTMLExport::PROCESS_STARTED = 1 |
Definition at line 15 of file class.ilWikiUserHTMLExport.php.
const ilWikiUserHTMLExport::PROCESS_UPTODATE = 2 |
Definition at line 16 of file class.ilWikiUserHTMLExport.php.
const ilWikiUserHTMLExport::RUNNING = 1 |
Definition at line 20 of file class.ilWikiUserHTMLExport.php.
Referenced by ilWikiHTMLExport\exportHTMLPages(), and ilWikiHTMLExport\updateUserHTMLStatusForPageElements().