meraproject/module/common/image/structure/eAutologoOptions.php

14 lines
305 B
PHP
Raw Permalink Normal View History

<?
namespace common\image\structure;
class eAutologoOptions {
const XOFFSET = 1;
const XOFFSET_TYPE = 2;
const YOFFSET = 3;
const YOFFSET_TYPE = 4;
const WIDTH = 5;
const WIDTH_TYPE = 6;
const POSITION = 7;
const QUALITY = 8;
}