PHP Класс Horde_Pgp_Element, horde

Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$armorVersion string Armor header identifying the current software version.
$headers array Armor headers.
$message OpenPGP_Message Message object.

Защищенные свойства (Protected)

Свойство Тип Описание
$_armor string Armor identifier.

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

Метод Описание
__construct ( mixed $data, array $headers = [] ) Constructor.
__toString ( )
create ( mixed $data ) : Horde_Pgp_Element Creates the element from the first found armor part of the class type in the armored input data.

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

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

Constructor.
public __construct ( mixed $data, array $headers = [] )
$data mixed Data of the part. Either raw PGP data or a OpenPGP_Message object.
$headers array Header array.

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

public __toString ( )

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

Creates the element from the first found armor part of the class type in the armored input data.
public static create ( mixed $data ) : Horde_Pgp_Element
$data mixed Armored PGP data.
Результат Horde_Pgp_Element PGP element object.

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

$_armor защищенное свойство

Armor identifier.
protected string $_armor
Результат string

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

Armor header identifying the current software version.
public string $armorVersion
Результат string

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

Armor headers.
public array $headers
Результат array

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

Message object.
public OpenPGP_Message $message
Результат OpenPGP_Message