Class lispa\amos\partnershipprofiles\controllers\ExpressionsOfInterestController
Class ExpressionsOfInterestController This is the class for controller "ExpressionsOfInterestController".
Public Properties
Protected Properties
Property | Type | Description | Defined By |
---|---|---|---|
$actionByUrl | string | lispa\amos\partnershipprofiles\controllers\ExpressionsOfInterestController |
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 | |
listenEvents() | Listen events. To call only when the model of the controller is instanced. | lispa\amos\partnershipprofiles\controllers\base\ExpressionsOfInterestController |
setActionFromUrl() | This method save the actual action id in a class variable using the pathInfo. | lispa\amos\partnershipprofiles\controllers\base\ExpressionsOfInterestController |
setCustomModule() | This method checks if must be set the custom module. | lispa\amos\partnershipprofiles\controllers\ExpressionsOfInterestController |
setListViewsParams() | This method is useful to set all common params for all list views. | lispa\amos\partnershipprofiles\controllers\base\ExpressionsOfInterestController |
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 |
Property Details
Method Details
public string actionAll ( $partnership_profile_id = null ) | ||
$partnership_profile_id | integer|null | |
throws | yii\web\ForbiddenHttpException |
---|
public string actionAllAdmin ( $partnership_profile_id = null ) | ||
$partnership_profile_id | integer|null |
public string actionCreatedBy ( $partnership_profile_id = null ) | ||
$partnership_profile_id | integer|null |
public string actionFacilitatorExpressionsOfInterest ( ) |
public string actionIndex ( $layout = null ) | ||
$layout | string|null | |
throws | yii\web\ForbiddenHttpException |
---|
public string actionReceived ( $partnership_profile_id = null ) | ||
$partnership_profile_id | integer|null |
public yii\web\Response actionReject ( $id ) | ||
$id | integer | Expression of Interest id. |
public yii\web\Response actionValidate ( $id ) | ||
$id | integer | Expression of Interest id. |
public array behaviors ( ) |
This method checks if must be set the custom module.
protected void setCustomModule ( ) |