Class lispa\amos\cwh\controllers\CwhAuthAssignmentController
Class CwhAuthAssignmentController
Public Properties
Protected Properties
Property | Type | Description | Defined By |
---|---|---|---|
$rules | lispa\amos\cwh\controllers\CwhAuthAssignmentController |
Public Methods
Protected Methods
Method | Description | Defined By |
---|---|---|
findModel() | Finds the modelObj model based on its primary key value. | lispa\amos\core\controllers\CrudController |
getCwhRules() | lispa\amos\cwh\controllers\CwhAuthAssignmentController | |
getDefaultCurrentView() | lispa\amos\core\controllers\CrudController | |
getRules() | lispa\amos\core\controllers\BaseController | |
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
protected $rules = [['label' => 'Create', 'name' => 'CREATE'], ['label' => 'Validate', 'name' => 'VALIDATE']]
Method Details
Creates a new CwhAuthAssignment model.
If creation is successful, the browser will be redirected to the 'view' page.
public mixed actionCreate ( ) |
Lists all ComunicazioniDiscussioniCommenti models.
public mixed actionIndex ( $layout = null ) | ||
$layout |
Creates a new CwhAuthAssignment model.
If creation is successful, the browser will be redirected to the 'view' page.
public mixed actionUpdate ( $id ) | ||
$id |
public void behaviors ( ) |
protected void getCwhRules ( ) |
public void init ( ) |