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

8 lines
143 B
PHP
Raw Permalink Normal View History

<?
namespace ui\form\structure;
class eInputRulesAction {
const SHOW = 'show';
const HIDE = 'hide';
const FUNCTION = 'function';
}