Class lispa\amos\events\controllers\EventWizardController
Class EventWizardController This is the controller for the event creation wizard.
Public Properties
Public Methods
Protected Methods
Method | Description | Defined By |
---|---|---|
findModel() | Finds the modelObj model based on its primary key value. | lispa\amos\core\controllers\CrudController |
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
Action for description step of the wizard.
public string|yii\web\Response actionDescription ( $id ) | ||
$id | integer|null |
Action for finish step of the wizard.
public string|yii\web\Response actionFinish ( $id ) | ||
$id | integer|null |
Action for introduction step of the wizard.
public string|yii\web\Response actionIntroduction ( $id = null ) | ||
$id | integer|null |
Action for organizational data step of the wizard.
public string|yii\web\Response actionOrganizationalData ( $id ) | ||
$id | integer|null |
Action for publication step of the wizard.
public string|yii\web\Response actionPublication ( $id ) | ||
$id | integer|null |
Action for summary step of the wizard.
public string|yii\web\Response actionSummary ( $id ) | ||
$id | integer|null |
public array behaviors ( ) |
Return an array with the values used in boolean fields.
public array getBooleanFieldsValues ( ) |
Function to go to next part of the wizard.
public yii\web\Response goToNextPart ( ) |
public void init ( ) | ||
throws | yii\base\InvalidConfigException |
---|
Used for set page title and breadcrumbs.
public void setBreadcrumbs ( ) |