PHP Class Horde_Pgp_Armor, horde

Author: Michael Slusarz ([email protected])
Inheritance: implements Countable, implements SeekableIterator
Afficher le fichier Open project: horde/horde Class Usage Examples

Protected Properties

Свойство Type Description
$_current Horde_Pgp_Element Current element for iterator.
$_data Horde_Stream Armor data.
$_key integer Current key for iterator.

Méthodes publiques

Méthode Description
__construct ( $data ) Constructor.
count ( )
create ( mixed $data ) : Horde_Pgp_Armor Create an armor object from input, if not already an armor object.
current ( )
key ( )
next ( )
rewind ( )
seek ( $position )
valid ( )

Method Details

__construct() public méthode

Constructor.
public __construct ( $data )

count() public méthode

public count ( )

create() public static méthode

Create an armor object from input, if not already an armor object.
public static create ( mixed $data ) : Horde_Pgp_Armor
$data mixed Input data.
Résultat Horde_Pgp_Armor Armor object.

current() public méthode

public current ( )

key() public méthode

public key ( )

next() public méthode

public next ( )

rewind() public méthode

public rewind ( )

seek() public méthode

public seek ( $position )

valid() public méthode

public valid ( )

Property Details

$_current protected_oe property

Current element for iterator.
protected Horde_Pgp_Element $_current
Résultat Horde_Pgp_Element

$_data protected_oe property

Armor data.
protected Horde_Stream $_data
Résultat Horde_Stream

$_key protected_oe property

Current key for iterator.
protected int $_key
Résultat integer