From 3676c95afcdc49003c377c6bcc960342ac540f38 Mon Sep 17 00:00:00 2001 From: Marius Hein Date: Thu, 18 Jul 2013 14:02:42 +0200 Subject: [PATCH] Command masks: Fix doc issues --- doc/phpdoc.xml | 7 +++++-- modules/monitoring/application/forms/Command/Comment.php | 3 +++ .../application/forms/Command/SubmitPassiveCheckResult.php | 4 ++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/phpdoc.xml b/doc/phpdoc.xml index 1c91f547b..6168558a1 100644 --- a/doc/phpdoc.xml +++ b/doc/phpdoc.xml @@ -3,7 +3,9 @@ Icinga 2 Web ./api - php + + php + public,private,protected @@ -18,5 +20,6 @@ ../library/Icinga ../library/application + ../modules/monitoring - \ No newline at end of file + diff --git a/modules/monitoring/application/forms/Command/Comment.php b/modules/monitoring/application/forms/Command/Comment.php index 961fb66db..3927dce89 100644 --- a/modules/monitoring/application/forms/Command/Comment.php +++ b/modules/monitoring/application/forms/Command/Comment.php @@ -28,6 +28,9 @@ namespace Monitoring\Form\Command; +/** + * Form for adding comment commands + */ class Comment extends AbstractCommand { /** diff --git a/modules/monitoring/application/forms/Command/SubmitPassiveCheckResult.php b/modules/monitoring/application/forms/Command/SubmitPassiveCheckResult.php index 122babfbf..22387a9bc 100644 --- a/modules/monitoring/application/forms/Command/SubmitPassiveCheckResult.php +++ b/modules/monitoring/application/forms/Command/SubmitPassiveCheckResult.php @@ -45,6 +45,10 @@ class SubmitPassiveCheckResult extends AbstractCommand */ const TYPE_SERVICE = 'service'; + /** + * List of choices for plugin states + * @var array + */ private static $options = array(); /**