meraproject/module/vcard/card/structure/eTemplate.php

10 lines
132 B
PHP
Raw Permalink Normal View History

<?php
namespace vcard\card\structure;
class eTemplate {
const CLASSIC = 1;
const WAVE = 2;
const MINIMUM = 3;
}