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

16 lines
238 B
PHP
Raw Normal View History

<?
namespace ui\form\structure;
class eInputRulesCommand {
const IN = 'in';
const ON_KEYUP = 'onkeyup';
const OR = 'or';
const AND = 'and';
const IS = 'is';
const ON = 'on';
const NOT = 'not';
}