8 lines
143 B
PHP
8 lines
143 B
PHP
|
|
<?
|
||
|
|
namespace ui\form\structure;
|
||
|
|
class eInputRulesAction {
|
||
|
|
const SHOW = 'show';
|
||
|
|
const HIDE = 'hide';
|
||
|
|
const FUNCTION = 'function';
|
||
|
|
}
|