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

15 lines
327 B
PHP
Raw Normal View History

<?
namespace ui\form\structure;
class eColClasses {
const ALL = "all";
const FULLHD = "fullhd";
const MAC_AIR = "mac_air";
const LAPTOP = "laptop";
const BIGPAD = "bigpad";
const PAD = "pad";
const SMARTPHONE = "smartphone";
const MOBILE = "mobile";
}