Class lispa\amos\risultati\controllers\base\TecnologieRisultatiController
TecnologieRisultatiController implements the CRUD actions for TecnologieRisultati model.
Public Properties
Public Methods
Protected Methods
Method | Description | Defined By |
---|---|---|
findModel() | Finds the TecnologieRisultati model based on its primary key value. | lispa\amos\risultati\controllers\base\TecnologieRisultatiController |
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
Method Details
Creates a new TecnologieRisultati model.
If creation is successful, the browser will be redirected to the 'view' page.
public mixed actionCreate ( ) |
Creates a new TecnologieRisultati model by ajax request.
If creation is successful, the browser will be redirected to the 'view' page.
public mixed actionCreateAjax ( $fid, $dataField ) | ||
$fid | ||
$dataField |
Deletes an existing TecnologieRisultati model.
If deletion is successful, the browser will be redirected to the 'index' page.
public mixed actionDelete ( $id ) | ||
$id | integer |
Lists all TecnologieRisultati models.
public mixed actionIndex ( $layout = NULL ) | ||
$layout |
Updates an existing TecnologieRisultati model.
If update is successful, the browser will be redirected to the 'view' page.
public mixed actionUpdate ( $id ) | ||
$id | integer |
Displays a single TecnologieRisultati model.
public mixed actionView ( $id ) | ||
$id | integer |
Finds the TecnologieRisultati model based on its primary key value.
If the model is not found, a 404 HTTP exception will be thrown.
protected lispa\amos\risultati\models\TecnologieRisultati findModel ( $id ) | ||
$id | integer | |
return | lispa\amos\risultati\models\TecnologieRisultati | The loaded model |
---|---|---|
throws | yii\web\NotFoundHttpException | if the model cannot be found |
public void init ( ) | ||
throws | yii\base\InvalidConfigException |
---|
public boolean setUpLayout ( $layout = null ) | ||
$layout | null |