PHPMailer\PHPMailer\PHPMailer::getAttachments PHP Method

getAttachments() public method

Return the array of attachments.
public getAttachments ( ) : array
return array
    public function getAttachments()
    {
        return $this->attachment;
    }