diff --git a/library/Director/Objects/IcingaCommandArgument.php b/library/Director/Objects/IcingaCommandArgument.php new file mode 100644 index 00000000..53822b2f --- /dev/null +++ b/library/Director/Objects/IcingaCommandArgument.php @@ -0,0 +1,38 @@ + null, + 'command_id' => null, + 'argument_name' => null, + 'argument_value' => null, + 'key_string' => null, + 'description' => null, + 'skip_key' => null, + 'set_if' => null, + 'sort_order' => null, + 'repeat_key' => null, + 'value_format' => null, + 'set_if_format' => null, + ); + + public function onInsert() + { + // No log right now, we have to handle "sub-objects" + } + + public function onUpdate() + { + // No log right now, we have to handle "sub-objects" + } + + public function onDelete() + { + // No log right now, we have to handle "sub-objects" + } +}