PHP 클래스 Horde_Pgp_Element, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$armorVersion string Armor header identifying the current software version.
$headers array Armor headers.
$message OpenPGP_Message Message object.

보호된 프로퍼티들

프로퍼티 타입 설명
$_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