meraproject/module/ui/wizard/model.php

15 lines
194 B
PHP
Raw Normal View History

<?
namespace ui;
class Wizard {
const STEPS = 1;
const TYPE = 2;
const TITLE = 3;
const CONTENT = 4;
const PROPS = 5;
const ON_FINISH = 6;
}