7 lines
115 B
PHP
7 lines
115 B
PHP
|
|
<?
|
||
|
|
|
||
|
|
namespace ui\form\structure;
|
||
|
|
class eInputRulesOperator {
|
||
|
|
const EQUALS = '=';
|
||
|
|
const CHANGE = 'change';
|
||
|
|
}
|