freebox_api_php/freebox/api/v3/symbols/Call/ContactUrlType.php

24 lines
428 B
PHP

<?php
namespace alphayax\freebox\api\v3\symbols\Call;
/**
* Symbol ContactUrlType
* @package alphayax\freebox\api\v3\symbols\Call
* @see alphayax\freebox\api\v3\models\Call\ContactUrl
*/
interface ContactUrlType {
/** profile address */
const PROFILE = 'profile';
/** blog address */
const BLOG = 'blog';
/** site adress */
const SITE = 'site';
/** other */
const OTHER = 'other';
}