7 lines
80 B
PHP
7 lines
80 B
PHP
<?
|
|
|
|
namespace ui\form\structure;
|
|
|
|
class eFormAction {
|
|
const UADD = 'uadd';
|
|
} |