Skip to content
Code-Schnipsel Gruppen Projekte
Commit 1188502a erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

phpdoc

Übergeordneter 54d02b8c
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/** /**
* activate a cron * activate a cron
* *
* @param Integer $cronId - Cron-ID * @param integer $cronId - Cron-ID
*/ */
QUI::$Ajax->registerFunction( QUI::$Ajax->registerFunction(
'package_quiqqer_cron_ajax_cron_activate', 'package_quiqqer_cron_ajax_cron_activate',
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/** /**
* deactivate a cron * deactivate a cron
* *
* @param Integer $cronId - Cron-ID * @param integer $cronId - Cron-ID
*/ */
QUI::$Ajax->registerFunction( QUI::$Ajax->registerFunction(
'package_quiqqer_cron_ajax_cron_deactivate', 'package_quiqqer_cron_ajax_cron_deactivate',
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/** /**
* deactivate a cron * deactivate a cron
* *
* @param Integer $cronId - Cron-ID * @param integer $cronId - Cron-ID
*/ */
QUI::$Ajax->registerFunction( QUI::$Ajax->registerFunction(
'package_quiqqer_cron_ajax_cron_executeCron', 'package_quiqqer_cron_ajax_cron_executeCron',
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/** /**
* activate a cron * activate a cron
* *
* @param Integer $cronId - Cron-ID * @param integer $cronId - Cron-ID
* *
* @return array * @return array
*/ */
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/** /**
* Toggle the status of a cron * Toggle the status of a cron
* *
* @param Integer $cronId * @param integer $cronId
* *
* @throws \QUI\Exception * @throws \QUI\Exception
*/ */
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren