mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
IcingaCommandField: one more implementation
This commit is contained in:
parent
3e92746112
commit
949d6c9b54
@ -2,17 +2,16 @@
|
||||
|
||||
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');
|
||||
|
||||
protected $table = 'icinga_command_field';
|
||||
|
||||
protected $defaultProperties = array(
|
||||
'command_id' => null,
|
||||
'datafield_id' => null,
|
||||
'is_required' => null
|
||||
'command_id' => null,
|
||||
'datafield_id' => null,
|
||||
'is_required' => null,
|
||||
'var_filter' => null,
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user