Class lispa\amos\partnershipprofiles\controllers\PartnershipProfilesController
Class PartnershipProfilesController This is the class for controller "PartnershipProfilesController".
Public Properties
Protected Properties
Property | Type | Description | Defined By |
---|---|---|---|
$actionByUrl | string | lispa\amos\partnershipprofiles\controllers\PartnershipProfilesController |
Public Methods
Protected Methods
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
Lists all PartnershipProfiles models for ADMIN users.
public string actionAllAdmin ( $currentView = null ) | ||
$currentView | string|null |
public string actionArchived ( $currentView = null ) | ||
$currentView | string|null |
public string actionAssociateFacilitator ( $id ) | ||
$id | integer | |
throws | yii\web\ForbiddenHttpException |
---|
public string actionCalculateExpiryDate ( ) |
public string actionClosed ( $currentView = null ) | ||
$currentView | string|null |
public string|yii\web\Response actionCreateProjectGroup ( $id ) | ||
$id | ||
throws | yii\web\ForbiddenHttpException | |
---|---|---|
throws | yii\web\NotFoundHttpException |
public string actionCreatedBy ( $currentView = null ) | ||
$currentView | string|null |
public string actionFacilitatorPartnershipProfiles ( $currentView = null ) | ||
$currentView | string|null |
public string actionOwnInterest ( $currentView = null ) | ||
$currentView | string|null |
public yii\web\Response actionReject ( $id ) | ||
$id | integer | Document id. |
public string actionToValidate ( $currentView = null ) | ||
$currentView | string|null |
public yii\web\Response actionValidate ( $id ) | ||
$id | integer | Document id. |
protected void baseListsAction ( $pageTitle, $currentView = null, $setCurrentDashboard = true, $hideCreateNewBtn = false, $child_of = null ) | ||
$pageTitle | ||
$currentView | ||
$setCurrentDashboard | ||
$hideCreateNewBtn | ||
$child_of |
public void beforeAssociateOneToMany ( $event ) | ||
$event | yii\base\Event |
public void beforeRenderOneToMany ( $event ) | ||
$event | yii\base\Event |
public array behaviors ( ) |
public array getFacilitatorsList ( $model ) | ||
$model | lispa\amos\partnershipprofiles\models\PartnershipProfiles |
public void init ( ) | ||
throws | yii\base\InvalidConfigException |
---|
This method save the actual action id in a class variable using the pathInfo.
protected void setActionFromUrl ( ) |
This method checks if must be set the custom module.
protected void setCustomModule ( ) |
public boolean viewAccessProjectGroupBtn ( $model ) | ||
$model | lispa\amos\partnershipprofiles\models\PartnershipProfiles |
public boolean viewCreateProjectGroupBtn ( $model ) | ||
$model | lispa\amos\partnershipprofiles\models\PartnershipProfiles |