%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/varak.net/mail2.varak.net_old/libraries/afterlogic/common/managers/mail/classes/
Upload File :
Create Path :
Current File : /www/varak.net/mail2.varak.net_old/libraries/afterlogic/common/managers/mail/classes/ics.php

<?php

/*
 * Copyright 2004-2014, AfterLogic Corp.
 * Licensed under AGPLv3 license or AfterLogic license
 * if commercial version of the product was purchased.
 * See the LICENSE file for a full license statement.
 */

class CApiMailIcs
{
	/**
	 * @var string
	 */
	public $Uid;

	/**
	 * @var string
	 */
	public $Attendee;

	/**
	 * @var string
	 */
	public $File;
	
	/**
	 * @var string
	 */
	public $Type;

	/**
	 * @var string
	 */
	public $Location;

	/**
	 * @var string
	 */
	public $Description;

	/**
	 * @var string
	 */
	public $When;

	/**
	 * @var string
	 */
	public $CalendarId;

	/**
	 * @var array
	 */
	public $Calendars;

	private function __construct()
	{
		$this->Uid = '';
		$this->Attendee = '';
		$this->File = '';
		$this->Type = '';
		$this->Location = '';
		$this->Description = '';
		$this->When = '';
		$this->CalendarId = '';
		$this->Calendars = array();
	}

	/**
	 * @return CApiMailIcs
	 */
	public static function NewInstance()
	{
		return new self();
	}
}

Zerion Mini Shell 1.0