Class lispa\amos\invitations\controllers\InvitationController
This is the class for controller "InvitationController".
Public Properties
Public Methods
Protected Methods
Method | Description | Defined By |
---|---|---|
findModel() | Finds the modelObj model based on its primary key value. | lispa\amos\core\controllers\CrudController |
getDefaultCurrentView() | lispa\amos\core\controllers\CrudController | |
getRules() | lispa\amos\core\controllers\BaseController | |
sendInvitation() | lispa\amos\invitations\controllers\base\InvitationController | |
setUserLanguage() | lispa\amos\core\controllers\AmosController |
Events
Event | Type | Description | Defined By |
---|---|---|---|
EVENT_AFTER_ACTION | yii\base\ActionEvent | An event raised right after executing a controller action. | yii\base\Controller |
EVENT_BEFORE_ACTION | yii\base\ActionEvent | An event raised right before executing a controller action. | yii\base\Controller |
Constants
Constant | Value | Description | Defined By |
---|---|---|---|
AFTER_FINDMODEL_EVENT | "afterFindModel" | lispa\amos\core\controllers\CrudController | |
BEFORE_FINDMODEL_EVENT | "beforeFindModel" | lispa\amos\core\controllers\CrudController |
Method Details
public string actionCheckEmailAjax ( $email = '' ) | ||
string |
public yii\console\Response|yii\web\Response actionDownloadImportTemplate ( ) | ||
throws | \PHPExcel_Exception | |
---|---|---|
throws | \PHPExcel_Writer_Exception | |
throws | yii\base\Exception |
public string actionInvitationsSent ( $id ) | ||
$id | integer |
Used by invitation widget to send invitation from modal
public boolean|string actionInviteUser ( ) |
public array behaviors ( ) |