meraproject/module/ui/form/structure/eInputRules.php

11 lines
227 B
PHP
Raw Normal View History

<?
namespace ui\form\structure;
class eInputRules {
const OPERATOR = 'operator';
const VALUE = 'value';
const ACTIONS = 'actions';
const ACTION = 'action';
const JS_FUNCTION = 'js_function';
}