PHPMailer\PHPMailer\PHPMailer::getAttachments PHP 메소드

getAttachments() 공개 메소드

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