meraproject/module/ui/form/structure/eInputRulesCommand.php
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

16 lines
238 B
PHP

<?
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';
}