"TYPO3 4.0.1: wslib Class Reference", "datetime" => "Sat Dec 2 19:27:35 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
getCmdArrayForPublishWS ($wsid, $doSwap, $pageId=0) | |
selectVersionsInWorkspace ($wsid, $filter=0, $stage=-99, $pageId=-1) | |
CLI_main () | |
autoPublishWorkspaces () |
Definition at line 68 of file class.wslib.php.
|
CLI internal function: Will search for workspaces which has timed out regarding publishing and publish them
Definition at line 193 of file class.wslib.php. References t3lib_BEfunc::deleteClause(), getCmdArrayForPublishWS(), and t3lib_div::makeInstance(). Referenced by CLI_main(). |
|
Main function to call from cli-script
Definition at line 183 of file class.wslib.php. References autoPublishWorkspaces(). |
|
Building tcemain CMD-array for swapping all versions in a workspace.
Definition at line 81 of file class.wslib.php. References t3lib_BEfunc::getRecord(), and selectVersionsInWorkspace(). Referenced by autoPublishWorkspaces(). |
|
Select all records from workspace pending for publishing Used from backend to display workspace overview User for auto-publishing for selecting versions for publication
Definition at line 127 of file class.wslib.php. References t3lib_BEfunc::deleteClause(). Referenced by getCmdArrayForPublishWS(). |