ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class manages user html export. More...
Public Member Functions | |
__construct (ilObjWiki $a_wiki, ilDB $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.
Construct.
Definition at line 50 of file class.ilWikiUserHTMLExport.php.
References ilLoggerFactory\getLogger(), and read().
ilWikiUserHTMLExport::deliverFile | ( | ) |
Deliver file.
Definition at line 203 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 ilPageObject\getLastChangeByParent(), ilDB\LOCK_WRITE, ilUtil\now(), and read().
Referenced by initUserHTMLExport().
ilWikiUserHTMLExport::getProgress | ( | ) |
ilWikiUserHTMLExport::initUserHTMLExport | ( | ) |
Init user html export.
Definition at line 177 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 187 of file class.ilWikiUserHTMLExport.php.
References exit, ilWikiHTMLExport\MODE_USER, and updateStatus().
ilWikiUserHTMLExport::updateStatus | ( | $a_progress, | |
$a_status | |||
) |
Update status.
Definition at line 142 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().