|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class manages user html export. More...
Collaboration diagram for ilWikiUserHTMLExport: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.
return
Definition at line 50 of file class.ilWikiUserHTMLExport.php.
References ilLoggerFactory\getLogger(), read(), and user().
Here is the call graph for this function:| ilWikiUserHTMLExport::deliverFile | ( | ) |
Deliver file.
Definition at line 218 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 $ilDB, $ret, ilPageObject\getLastChangeByParent(), ilUtil\now(), PROCESS_OTHER_USER, PROCESS_STARTED, PROCESS_UPTODATE, read(), and user().
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 175 of file class.ilWikiUserHTMLExport.php.
| ilWikiUserHTMLExport::initUserHTMLExport | ( | ) |
Init user html export.
return
Definition at line 192 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 202 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 157 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().