PHP Класс Horde_Icalendar_Vcard, horde

Copyright 2003-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Karsten Fourmont ([email protected])
Наследование: extends Horde_Icalendar
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$type string The component type of this class.

Открытые методы

Метод Описание
__construct ( $version = '2.1' ) Constructor.
exportvCalendar ( ) : TODO Unlike vevent and vtodo, a vcard is normally not enclosed in an iCalendar container. (BEGIN.
getBareEmail ( string $address ) : string Static function to make a given email address rfc822 compliant.
printableName ( ) : string Returns the contents of the "N" tag as a printable Name: i.e. converts:
setVersion ( $version ) Sets the version of this component.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( $version = '2.1' )

exportvCalendar() публичный Метод

.END)
public exportvCalendar ( ) : TODO
Результат TODO

getBareEmail() статический публичный Метод

Static function to make a given email address rfc822 compliant.
static public getBareEmail ( string $address ) : string
$address string An email address.
Результат string The RFC822-formatted email address.

printableName() публичный Метод

N:Duck;Dagobert;T;Professor;Sen. to "Professor Dagobert T Duck Sen"
public printableName ( ) : string
Результат string Full name of vcard "N" tag or null if no N tag.

setVersion() публичный Метод

Sets the version of this component.
public setVersion ( $version )

Описание свойств

$type публичное свойство

The component type of this class.
public string $type
Результат string