Class lispa\amos\cwh\controllers\CwhPubblicazioniController
CwhPubblicazioniController implements the CRUD actions for CwhPubblicazioni model.
Public Properties
Public Methods
Protected Methods
Method | Description | Defined By |
---|---|---|
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 |
Property Details
Method Details
Creates a new CwhPubblicazioni model.
If creation is successful, the browser will be redirected to the 'view' page.
public mixed actionCreate ( ) |
Deletes an existing CwhPubblicazioni model.
If deletion is successful, the browser will be redirected to the 'index' page.
public mixed actionDelete ( $id ) | ||
$id | integer |
Lists all CwhPubblicazioni models.
public mixed actionIndex ( $layout = NULL ) | ||
$layout |
Updates an existing CwhPubblicazioni model.
If update is successful, the browser will be redirected to the 'view' page.
public mixed actionUpdate ( $id ) | ||
$id | integer |
Displays a single CwhPubblicazioni model.
public mixed actionView ( $id ) | ||
$id | integer |
public void init ( ) | ||
throws | yii\base\InvalidConfigException |
---|
public boolean setUpLayout ( $layout = null ) | ||
$layout | null |