Class lispa\amos\organizzazioni\controllers\ProfiloController
Class ProfiloController This is the class for controller "ProfiloController".
Public Properties
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 |
Method Details
public mixed actionAssociateOrganizationM2m ( ) |
public mixed actionAssociateOrganizationsToProjectM2m ( ) | ||
throws | Exception |
---|
public mixed actionAssociateOrganizationsToProjectTaskM2m ( ) | ||
throws | Exception |
---|
public yii\web\Response actionJoinOrganization ( $organizationId, $accept = false, $redirectAction = null ) | ||
$organizationId | ||
$accept | boolean | |
$redirectAction | null |
public string actionUserNetwork ( $userId, $isUpdate = false ) | ||
$userId | ||
$isUpdate | boolean |
public void afterDeleteM2m ( $event ) | ||
$event | yii\base\Event |
public void beforeCancelAssociateM2m ( $event ) | ||
$event | yii\base\Event |
public array behaviors ( ) |
public void init ( ) | ||
throws | yii\base\InvalidConfigException |
---|