

Public Member Functions | |
| init () | |
| main () | |
| printContent () | |
| getContent () | |
| getRecords () | |
| formatProgressBlock ($messageLabel) | |
Public Attributes | |
| $isSwap | |
| $title | |
| $nextRecordNumber | |
| $publishData | |
| $recordCount | |
| $doc | |
Definition at line 70 of file publish.php.
| SC_mod_user_ws_publish::init | ( | ) |
Initializes the module. See t3lib_SCbase::init() for more information.
Reimplemented from t3lib_SCbase.
Definition at line 90 of file publish.php.
| SC_mod_user_ws_publish::main | ( | ) |
| SC_mod_user_ws_publish::printContent | ( | ) |
| SC_mod_user_ws_publish::getContent | ( | ) |
Performs action and generates content.
Definition at line 152 of file publish.php.
| SC_mod_user_ws_publish::getRecords | ( | ) |
Fetches command array for publishing and calculates number of records in it. Sets class members accordingly.
Definition at line 228 of file publish.php.
| SC_mod_user_ws_publish::formatProgressBlock | ( | $ | messageLabel | ) |
Creates block with progress bar
| string | $messageLabel Message label to display |
Definition at line 244 of file publish.php.