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