PHP Класс Pimcore\Model\Webservice\Data\Document\Email

Наследование: extends Pimcore\Model\Webservice\Data\Document\Snippet
Показать файл Открыть проект

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

Свойство Тип Описание
$bcc string Contains the blind carbon copy recipients
$cc string Contains the carbon copy recipients
$from string Contains the from email address
$subject string Contains the email subject
$to string Contains the email addresses of the recipients
$type string Static type of the document

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

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

Contains the blind carbon copy recipients
public string $bcc
Результат string

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

Contains the carbon copy recipients
public string $cc
Результат string

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

Contains the from email address
public string $from
Результат string

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

Contains the email subject
public string $subject
Результат string

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

Contains the email addresses of the recipients
public string $to
Результат string

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

Static type of the document
public string $type
Результат string