Class lispa\amos\een\utility\EenMailUtility

Inheritancelispa\amos\een\utility\EenMailUtility » yii\base\Object
Implementsyii\base\Configurable

Class EenMailUtility

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$enableSendMail boolean If true enable the mail send directly from this class. lispa\amos\een\utility\EenMailUtility

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__call() Calls the named method which is not a class method. yii\base\Object
__construct() Constructor. yii\base\Object
__get() Returns the value of an object property. yii\base\Object
__isset() Checks if a property is set, i.e. defined and not null. yii\base\Object
__set() Sets value of an object property. yii\base\Object
__unset() Sets an object property to null. yii\base\Object
canGetProperty() Returns a value indicating whether a property can be read. yii\base\Object
canSetProperty() Returns a value indicating whether a property can be set. yii\base\Object
className() Returns the fully qualified name of this class. yii\base\Object
hasMethod() Returns a value indicating whether a method is defined. yii\base\Object
hasProperty() Returns a value indicating whether a property is defined. yii\base\Object
init() Initializes the object. yii\base\Object
renderEmail() lispa\amos\een\utility\EenMailUtility
sendEmail() lispa\amos\een\utility\EenMailUtility
sendEmailChangeStaffDefault() lispa\amos\een\utility\EenMailUtility
sendEmailExprOfInterest() lispa\amos\een\utility\EenMailUtility
sendEmailGeneral() lispa\amos\een\utility\EenMailUtility
sendEmailNewStaffMember() lispa\amos\een\utility\EenMailUtility
sendEmailNotInterested() lispa\amos\een\utility\EenMailUtility
sendEmailTransferEoi() lispa\amos\een\utility\EenMailUtility
sendEmailWorkflowClosed() lispa\amos\een\utility\EenMailUtility
sendEmailWorkflowSuspended() lispa\amos\een\utility\EenMailUtility
sendEmailWorkflowTakeOver() lispa\amos\een\utility\EenMailUtility
sendMails() lispa\amos\een\utility\EenMailUtility

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
notifyReadFlag() lispa\amos\een\utility\EenMailUtility

Property Details

$enableSendMail public property

If true enable the mail send directly from this class.

public boolean $enableSendMail false

Method Details

notifyReadFlag() protected method

protected void notifyReadFlag ( $notify_id, $reader_id )
$notify_id integer
$reader_id integer
renderEmail() public method

public string renderEmail ( array $resultset )
$resultset array
sendEmail() public method

public boolean sendEmail ( $userId, $result )
$userId integer
$result
sendEmailChangeStaffDefault() public static method

public static void sendEmailChangeStaffDefault ( $model )
$model

EenStaff

sendEmailExprOfInterest() public static method

public static void sendEmailExprOfInterest ( $modelEenExprOfInterest, $request_info 0, $path null )
$modelEenExprOfInterest
$request_info integer
$path string
sendEmailGeneral() public static method

public static boolean sendEmailGeneral ( $to, $profile, $subject, $message, $files = [] )
$to
$profile
$subject
$message
$files array
sendEmailNewStaffMember() public static method

public static void sendEmailNewStaffMember ( $model )
$model

EenStaff

sendEmailNotInterested() public static method

public static void sendEmailNotInterested ( $model )
$model

EenExprOfInterest

sendEmailTransferEoi() public method

public void sendEmailTransferEoi ( $model, $old, $path )
$model

EenExprOfInterest

$old
$path
sendEmailWorkflowClosed() public static method

public static void sendEmailWorkflowClosed ( $model )
$model

EenExprOfInterest

sendEmailWorkflowSuspended() public static method

public static void sendEmailWorkflowSuspended ( $model )
$model

EenExprOfInterest

sendEmailWorkflowTakeOver() public static method

public static void sendEmailWorkflowTakeOver ( $model )
$model

EenExprOfInterest

sendMails() public method

public void sendMails ( $eenId )
$eenId integer