解析エラー: 3 行目の予期しない構文 T_STRING。
<?php
class AttachmentEmail {
private $from = 'noreply@site.com';
private $from_name = 'Site';
private $reply_to = 'noreply@site.com';
private $to = '';
private $subject = '';
private $message = '';
private $attachment = '';
private $attachment_filename = '';
}
?>