|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class manages user html export. More...
Collaboration diagram for ilWikiUserHTMLExport: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.
return
Definition at line 50 of file class.ilWikiUserHTMLExport.php.
References ilLoggerFactory\getLogger(), and read().
Here is the call graph for this function:| ilWikiUserHTMLExport::deliverFile | ( | ) |
Deliver file.
Definition at line 203 of file class.ilWikiUserHTMLExport.php.
References $file, ilUtil\deliverFile(), and ilWikiHTMLExport\MODE_USER.
Here is the call graph for this function:
|
protected |
Get process.
return
Definition at line 82 of file class.ilWikiUserHTMLExport.php.
References ilPageObject\getLastChangeByParent(), ilDB\LOCK_WRITE, ilUtil\now(), PROCESS_OTHER_USER, PROCESS_STARTED, PROCESS_UPTODATE, and read().
Referenced by initUserHTMLExport().
Here is the call graph for this function:
Here is the caller graph for this function:| ilWikiUserHTMLExport::getProgress | ( | ) |
Get Progress.
return
Definition at line 160 of file class.ilWikiUserHTMLExport.php.
| ilWikiUserHTMLExport::initUserHTMLExport | ( | ) |
Init user html export.
return
Definition at line 177 of file class.ilWikiUserHTMLExport.php.
References exit, and getProcess().
Here is the call graph for this function:
|
protected |
Read.
return
Definition at line 65 of file class.ilWikiUserHTMLExport.php.
Referenced by __construct(), getProcess(), and updateStatus().
Here is the caller graph for this function:| ilWikiUserHTMLExport::startUserHTMLExport | ( | ) |
Start user html export.
Definition at line 187 of file class.ilWikiUserHTMLExport.php.
References exit, ilWikiHTMLExport\MODE_USER, and updateStatus().
Here is the call graph for this function:| ilWikiUserHTMLExport::updateStatus | ( | $a_progress, | |
| $a_status | |||
| ) |
Update status.
return
Definition at line 142 of file class.ilWikiUserHTMLExport.php.
References read().
Referenced by startUserHTMLExport().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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.
Referenced by getProcess().
| const ilWikiUserHTMLExport::PROCESS_STARTED = 1 |
Definition at line 15 of file class.ilWikiUserHTMLExport.php.
Referenced by getProcess().
| const ilWikiUserHTMLExport::PROCESS_UPTODATE = 2 |
Definition at line 16 of file class.ilWikiUserHTMLExport.php.
Referenced by getProcess().
| const ilWikiUserHTMLExport::RUNNING = 1 |
Definition at line 20 of file class.ilWikiUserHTMLExport.php.
Referenced by ilWikiHTMLExport\exportHTMLPages(), and ilWikiHTMLExport\updateUserHTMLStatusForPageElements().