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 @@
/**
* activate a cron
*
* @param Integer $cronId - Cron-ID
* @param integer $cronId - Cron-ID
*/
QUI::$Ajax->registerFunction(
'package_quiqqer_cron_ajax_cron_activate',
......
......@@ -3,7 +3,7 @@
/**
* deactivate a cron
*
* @param Integer $cronId - Cron-ID
* @param integer $cronId - Cron-ID
*/
QUI::$Ajax->registerFunction(
'package_quiqqer_cron_ajax_cron_deactivate',
......
......@@ -3,7 +3,7 @@
/**
* deactivate a cron
*
* @param Integer $cronId - Cron-ID
* @param integer $cronId - Cron-ID
*/
QUI::$Ajax->registerFunction(
'package_quiqqer_cron_ajax_cron_executeCron',
......
......@@ -3,7 +3,7 @@
/**
* activate a cron
*
* @param Integer $cronId - Cron-ID
* @param integer $cronId - Cron-ID
*
* @return array
*/
......
......@@ -3,7 +3,7 @@
/**
* Toggle the status of a cron
*
* @param Integer $cronId
* @param integer $cronId
*
* @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