\Colibri\IO\MailCertificate

Сертификат

Summary

Methods
Properties
Constants
__construct()
__get()
$file
$key
$pass
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_cert_file
$_key_file
$_key_pass
N/A

Properties

$file

$file : string

файл сертификата

Type

string

$key

$key : string

файл ключа сертификата

Type

string

$pass

$pass : string

пароль к сертификату

Type

string

$_cert_file

$_cert_file : string

Файл сертификата

Type

string

$_key_file

$_key_file : string

Файл ключа сертификата

Type

string

$_key_pass

$_key_pass : string

Пароль к сертификату

Type

string

Methods

__construct()

__construct(string  $file, string  $keyfile, string  $keypass) 

Конструктор

Parameters

string $file

файл сертификата

string $keyfile

файл ключа сертификата

string $keypass

пароль к сертификату

__get()

__get(string  $property) : mixed

Геттер

Parameters

string $property

свойство

Returns

mixed