Class lispa\amos\een\utility\EenMailUtility
Inheritance | lispa\amos\een\utility\EenMailUtility » yii\base\Object |
---|---|
Implements | yii\base\Configurable |
Class EenMailUtility
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$enableSendMail | boolean | If true enable the mail send directly from this class. | lispa\amos\een\utility\EenMailUtility |
Public Methods
Protected Methods
Method | Description | Defined By |
---|---|---|
notifyReadFlag() | lispa\amos\een\utility\EenMailUtility |
Property Details
If true enable the mail send directly from this class.
Method Details
protected void notifyReadFlag ( $notify_id, $reader_id ) | ||
$notify_id | integer | |
$reader_id | integer |
public string renderEmail ( array $resultset ) | ||
$resultset | array |
public boolean sendEmail ( $userId, $result ) | ||
$userId | integer | |
$result |
public static void sendEmailChangeStaffDefault ( $model ) | ||
$model | EenStaff |
public static void sendEmailExprOfInterest ( $modelEenExprOfInterest, $request_info = 0, $path = null ) | ||
$modelEenExprOfInterest | ||
$request_info | integer | |
$path | string |
public static boolean sendEmailGeneral ( $to, $profile, $subject, $message, $files = [] ) | ||
$to | ||
$profile | ||
$subject | ||
$message | ||
$files | array |
public static void sendEmailNewStaffMember ( $model ) | ||
$model | EenStaff |
public static void sendEmailNotInterested ( $model ) | ||
$model | EenExprOfInterest |
public void sendEmailTransferEoi ( $model, $old, $path ) | ||
$model | EenExprOfInterest |
|
$old | ||
$path |
public static void sendEmailWorkflowClosed ( $model ) | ||
$model | EenExprOfInterest |
public static void sendEmailWorkflowSuspended ( $model ) | ||
$model | EenExprOfInterest |
public static void sendEmailWorkflowTakeOver ( $model ) | ||
$model | EenExprOfInterest |
public void sendMails ( $eenId ) | ||
$eenId | integer |