PHP 클래스 DbFeedbackSender

상속: implements IFeedbackSender
파일 보기 프로젝트 열기: yupe/yupe

보호된 프로퍼티들

프로퍼티 타입 설명
$mail yupe\components\Mail
$module FeedbackModule

공개 메소드들

메소드 설명
__construct ( Mail $mail, FeedbackModule $module ) DbFeedbackSender constructor.
send ( IFeedbackForm $form ) : boolean
sendConfirmation ( IFeedbackForm $form, FeedBack $feedBack = null ) : boolean

메소드 상세

__construct() 공개 메소드

DbFeedbackSender constructor.
public __construct ( Mail $mail, FeedbackModule $module )
$mail yupe\components\Mail
$module FeedbackModule

send() 공개 메소드

public send ( IFeedbackForm $form ) : boolean
$form IFeedbackForm
리턴 boolean

sendConfirmation() 공개 메소드

public sendConfirmation ( IFeedbackForm $form, FeedBack $feedBack = null ) : boolean
$form IFeedbackForm
$feedBack FeedBack
리턴 boolean

프로퍼티 상세

$mail 보호되어 있는 프로퍼티

protected Mail,yupe\components $mail
리턴 yupe\components\Mail

$module 보호되어 있는 프로퍼티

protected FeedbackModule $module
리턴 FeedbackModule