Property | Type | Description | |
---|---|---|---|
$_current | Horde_Pgp_Element | Current element for iterator. | |
$_data | Horde_Stream | Armor data. | |
$_key | integer | Current key for iterator. |
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 ( ) |
protected Horde_Pgp_Element $_current | ||
return | Horde_Pgp_Element |