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

7 lines
125 B
PHP
Raw Permalink Normal View History

<?
namespace ui\form\structure;
class eInputRulesCondition {
const VISIBLE = 'visible';
const CHECKED = 'checked';
}