/datatypes.php

Description

datatypes.php iCalendar data type classes

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

  • author: Nigel Swinson
  • version: 1.0
  • copyright: Copyright (C) 2008 Nigel Swinson, nigelswinson@users.sourceforge.net
Classes
Class Description
PhpiCalLib_DataType Base class for all PhpiCalLib data types
PhpiCalLib_DataTypes_Date The date data type.
PhpiCalLib_DataTypes_DateTime The date-time data type.
PhpiCalLib_DataTypes_Duration The dur-value data type.
PhpiCalLib_DataTypes_Text The text data type.
PhpiCalLib_DataTypes_Time The time data type.
Includes
require_once ('exceptions.php') (line 25)
Constants
PHPICALLIB_DATATYPE_BINARY = $iPhpiCalLib_DataTypeIndex++ (line 33)
PHPICALLIB_DATATYPE_BOOLEAN = $iPhpiCalLib_DataTypeIndex++ (line 35)
PHPICALLIB_DATATYPE_CAL_ADDRESS = $iPhpiCalLib_DataTypeIndex++ (line 37)
PHPICALLIB_DATATYPE_DATE = $iPhpiCalLib_DataTypeIndex++ (line 39)
PHPICALLIB_DATATYPE_DATE_TIME = $iPhpiCalLib_DataTypeIndex++ (line 41)
PHPICALLIB_DATATYPE_DURATION = $iPhpiCalLib_DataTypeIndex++ (line 43)
PHPICALLIB_DATATYPE_FLOAT = $iPhpiCalLib_DataTypeIndex++ (line 45)
PHPICALLIB_DATATYPE_IANATYPE = $iPhpiCalLib_DataTypeIndex++ (line 29)
PHPICALLIB_DATATYPE_INTEGER = $iPhpiCalLib_DataTypeIndex++ (line 47)
PHPICALLIB_DATATYPE_PERIOD = $iPhpiCalLib_DataTypeIndex++ (line 49)
PHPICALLIB_DATATYPE_RECUR = $iPhpiCalLib_DataTypeIndex++ (line 51)
PHPICALLIB_DATATYPE_TEXT = $iPhpiCalLib_DataTypeIndex++ (line 53)
PHPICALLIB_DATATYPE_TIME = $iPhpiCalLib_DataTypeIndex++ (line 55)
PHPICALLIB_DATATYPE_URI = $iPhpiCalLib_DataTypeIndex++ (line 57)
PHPICALLIB_DATATYPE_UTC_OFFSET = $iPhpiCalLib_DataTypeIndex++ (line 59)
PHPICALLIB_DATATYPE_XTYPE = $iPhpiCalLib_DataTypeIndex++ (line 28)

Documentation generated on Tue, 01 Apr 2008 00:20:06 +0100 by phpDocumentor 1.4.0