mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-15 06:01:19 +00:00
fix documentation of execute() methods
This commit is contained in:
parent
307b524d11
commit
9a76df52bd
|
@ -251,7 +251,6 @@ class SeedDMS_IndexingDocumentsTask extends SeedDMS_SchedulerTaskBase { /* {{{ *
|
||||||
* Run the task
|
* Run the task
|
||||||
*
|
*
|
||||||
* @param $task task to be executed
|
* @param $task task to be executed
|
||||||
* @param $dms dms
|
|
||||||
* @return boolean true if task was executed succesfully, otherwise false
|
* @return boolean true if task was executed succesfully, otherwise false
|
||||||
*/
|
*/
|
||||||
public function execute(SeedDMS_SchedulerTask $task) {
|
public function execute(SeedDMS_SchedulerTask $task) {
|
||||||
|
@ -347,7 +346,6 @@ class SeedDMS_CheckSumTask extends SeedDMS_SchedulerTaskBase { /* {{{ */
|
||||||
* Run the task
|
* Run the task
|
||||||
*
|
*
|
||||||
* @param $task task to be executed
|
* @param $task task to be executed
|
||||||
* @param $dms dms
|
|
||||||
* @return boolean true if task was executed succesfully, otherwise false
|
* @return boolean true if task was executed succesfully, otherwise false
|
||||||
*/
|
*/
|
||||||
public function execute(SeedDMS_SchedulerTask $task) {
|
public function execute(SeedDMS_SchedulerTask $task) {
|
||||||
|
@ -435,7 +433,6 @@ class SeedDMS_PreviewTask extends SeedDMS_SchedulerTaskBase { /* {{{ */
|
||||||
* Run the task
|
* Run the task
|
||||||
*
|
*
|
||||||
* @param $task task to be executed
|
* @param $task task to be executed
|
||||||
* @param $dms dms
|
|
||||||
* @return boolean true if task was executed succesfully, otherwise false
|
* @return boolean true if task was executed succesfully, otherwise false
|
||||||
*/
|
*/
|
||||||
public function execute(SeedDMS_SchedulerTask $task) {
|
public function execute(SeedDMS_SchedulerTask $task) {
|
||||||
|
@ -488,7 +485,6 @@ class SeedDMS_CalendarTask extends SeedDMS_SchedulerTaskBase { /* {{{ */
|
||||||
* Run the task
|
* Run the task
|
||||||
*
|
*
|
||||||
* @param $task task to be executed
|
* @param $task task to be executed
|
||||||
* @param $dms dms
|
|
||||||
* @return boolean true if task was executed succesfully, otherwise false
|
* @return boolean true if task was executed succesfully, otherwise false
|
||||||
*/
|
*/
|
||||||
public function execute(SeedDMS_SchedulerTask $task) {
|
public function execute(SeedDMS_SchedulerTask $task) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user