PHP Class OpenPGP_UserIDPacket, horde

See also: http://tools.ietf.org/html/rfc4880#section-5.11
See also: http://tools.ietf.org/html/rfc2822
Inheritance: extends OpenPGP_Packet
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$comment
$email
$name

Méthodes publiques

Méthode Description
__construct ( $name = '', $comment = '', $email = '' )
__toString ( )
body ( )
read ( )

Method Details

__construct() public méthode

public __construct ( $name = '', $comment = '', $email = '' )

__toString() public méthode

public __toString ( )

body() public méthode

public body ( )

read() public méthode

public read ( )

Property Details

$comment public_oe property

public $comment

$email public_oe property

public $email

$name public_oe property

public $name