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

7 lines
115 B
PHP
Raw Permalink Normal View History

<?
namespace ui\form\structure;
class eInputRulesOperator {
const EQUALS = '=';
const CHANGE = 'change';
}