|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class manages user html export. More...
Collaboration diagram for ilWikiUserHTMLExport:Public Member Functions | |
| __construct (ilObjWiki $a_wiki, ilDBInterface $a_db, ilObjUser $a_user, $with_comments=false) | |
| 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... | |
| doesFileExist () | |
| Does file exist? More... | |
Protected Attributes | |
| $data | |
| $db | |
| $wiki | |
| $user | |
| $log | |
| $with_comments = false | |
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, | ||
$with_comments = false |
|||
| ) |
Construct.
return
Definition at line 55 of file class.ilWikiUserHTMLExport.php.
References $with_comments, ilLoggerFactory\getLogger(), read(), and user().
Here is the call graph for this function:| ilWikiUserHTMLExport::deliverFile | ( | ) |
Deliver file.
Definition at line 250 of file class.ilWikiUserHTMLExport.php.
References ilUtil\deliverFile().
Here is the call graph for this function:
|
protected |
Does file exist?
Definition at line 235 of file class.ilWikiUserHTMLExport.php.
Referenced by getProcess().
Here is the caller graph for this function:
|
protected |
Get process.
return
Definition at line 90 of file class.ilWikiUserHTMLExport.php.
References $ilDB, $ret, doesFileExist(), 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 187 of file class.ilWikiUserHTMLExport.php.
| ilWikiUserHTMLExport::initUserHTMLExport | ( | ) |
Init user html export.
return
Definition at line 206 of file class.ilWikiUserHTMLExport.php.
References exit, and getProcess().
Here is the call graph for this function:
|
protected |
Read.
return
Definition at line 72 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 216 of file class.ilWikiUserHTMLExport.php.
References exit, and updateStatus().
Here is the call graph for this function:| ilWikiUserHTMLExport::updateStatus | ( | $a_progress, | |
| $a_status | |||
| ) |
Update status.
return
Definition at line 167 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.
|
protected |
Definition at line 47 of file class.ilWikiUserHTMLExport.php.
Referenced by __construct().
| 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 ILIAS\Wiki\Export\WikiHtmlExport\exportHTMLPages(), and ILIAS\Wiki\Export\WikiHtmlExport\updateUserHTMLStatusForPageElements().