PHP Class Horde_Pgp_Armor, horde

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

Protected Properties

Property Type Description
$_current Horde_Pgp_Element Current element for iterator.
$_data Horde_Stream Armor data.
$_key integer Current key for iterator.

Public Methods

Method 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 method

Constructor.
public __construct ( $data )

count() public method

public count ( )

create() public static method

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

current() public method

public current ( )

key() public method

public key ( )

next() public method

public next ( )

rewind() public method

public rewind ( )

seek() public method

public seek ( $position )

valid() public method

public valid ( )

Property Details

$_current protected_oe property

Current element for iterator.
protected Horde_Pgp_Element $_current
return Horde_Pgp_Element

$_data protected_oe property

Armor data.
protected Horde_Stream $_data
return Horde_Stream

$_key protected_oe property

Current key for iterator.
protected int $_key
return integer