PHPMailer\PHPMailer\PHPMailer::getAttachments PHP Метод

getAttachments() публичный метод

Return the array of attachments.
public getAttachments ( ) : array
Результат array
    public function getAttachments()
    {
        return $this->attachment;
    }