Projekt

Obecné

Profil

Stáhnout (723 Bajtů) Statistiky
| Větev: | Tag: | Revize:
<?php defined('SYSPATH') or die('No direct script access.');
/*
* This file is part of open source system FreenetIS
* and it is released under GPLv3 licence.
*
* More info about licence can be found:
* http://www.gnu.org/licenses/gpl-3.0.html
*
* More info about project can be found:
* http://www.freenetis.org/
*
*/

require_once "Call_Service.php";

/**
* Služba VPN hovorů
*
* @author Ondřej Fibich
*
* @property DateTime $date_time
* @property float $price
* @property integer $period
* @property string $number
* @property integer $length
* @property string $group
*/
class Vpn_Call_Service extends Call_Service
{

/**
* Skupina
* @var string
*/
protected $group;

}
(11-11/11)