mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
IcingaCommandField: one more implementation
This commit is contained in:
parent
3e92746112
commit
949d6c9b54
@ -2,9 +2,7 @@
|
||||
|
||||
namespace Icinga\Module\Director\Objects;
|
||||
|
||||
use Icinga\Module\Director\Data\Db\DbObject;
|
||||
|
||||
class IcingaCommandField extends DbObject
|
||||
class IcingaCommandField extends IcingaObjectField
|
||||
{
|
||||
protected $keyName = array('command_id', 'datafield_id');
|
||||
|
||||
@ -13,6 +11,7 @@ class IcingaCommandField extends DbObject
|
||||
protected $defaultProperties = array(
|
||||
'command_id' => null,
|
||||
'datafield_id' => null,
|
||||
'is_required' => null
|
||||
'is_required' => null,
|
||||
'var_filter' => null,
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user