PHP Class DbFeedbackSender

Inheritance: implements IFeedbackSender
Afficher le fichier Open project: yupe/yupe

Protected Properties

Свойство Type Description
$mail yupe\components\Mail
$module FeedbackModule

Méthodes publiques

Méthode Description
__construct ( Mail $mail, FeedbackModule $module ) DbFeedbackSender constructor.
send ( IFeedbackForm $form ) : boolean
sendConfirmation ( IFeedbackForm $form, FeedBack $feedBack = null ) : boolean

Method Details

__construct() public méthode

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

send() public méthode

public send ( IFeedbackForm $form ) : boolean
$form IFeedbackForm
Résultat boolean

sendConfirmation() public méthode

public sendConfirmation ( IFeedbackForm $form, FeedBack $feedBack = null ) : boolean
$form IFeedbackForm
$feedBack FeedBack
Résultat boolean

Property Details

$mail protected_oe property

protected Mail,yupe\components $mail
Résultat yupe\components\Mail

$module protected_oe property

protected FeedbackModule $module
Résultat FeedbackModule