Class lispa\amos\een\controllers\EenPartnershipProposalController
Class EenPartnershipProposalController
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 | |
setIndexParams() | This method is useful to set all common params for all list views. | lispa\amos\een\controllers\EenPartnershipProposalController |
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
Action for search archived proposal.
public string actionArchived ( $currentView = null ) | ||
$currentView |
Lists all ProposteDiCollaborazioneEen models.
public mixed actionIndex ( $layout = null ) | ||
$layout |
Action for search all news.
public string actionOwnInterest ( $currentView = null ) | ||
$currentView |
public string actionSendInterest ( $currentView = null ) | ||
$currentView | null |
Displays a single ProposteDiCollaborazioneEen model.
public mixed actionView ( $id ) | ||
$id | integer |
public array behaviors ( ) |
public void init ( ) | ||
throws | yii\base\InvalidConfigException |
---|
This method is useful to set all common params for all list views.
protected void setIndexParams ( ) |
public void setNetworkDashboardBreadcrumb ( ) |