PHPMailer\PHPMailer
PHPMailer::getAttachments
Return the array of attachments.
Метод класса: PHPMailer{}
Хуков нет.
Возвращает
Массив.
Использование
$PHPMailer = new PHPMailer(); $PHPMailer->getAttachments();
Код PHPMailer::getAttachments() PHPMailer::getAttachments WP 7.0
public function getAttachments()
{
return $this->attachment;
}