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

11 lines
160 B
PHP
Raw Normal View History

<?
namespace ui\form\structure;
class eFormView {
const ROW = 0;
const INPUT = 1;
const TITLE = 2;
const BUTTONS = 3;
const BUTTON = 4;
}