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

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

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

Свойство Тип Описание
$bcc string Contains the blind carbon copy recipients
$cc string Contains the carbon copy recipients
$creationDate integer
$from string Contains the from email address
$modificationDate integer
$path string
$subject string Contains the email subject
$to string Contains the email addresses of the recipients
$userModification integer

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

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

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

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

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

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

public int $creationDate
Результат integer

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

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

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

public int $modificationDate
Результат integer

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

public string $path
Результат string

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

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

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

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

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

public int $userModification
Результат integer