Class lispa\amos\projectmanagement\controllers\ProjectsActivitiesController
This is the class for controller "ProjectsActivitiesController".
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
Lists all ProjectsActivities models by Project.
public mixed actionByProject ( $pid ) | ||
$pid | ||
throws | yii\web\NotFoundHttpException |
---|
Lists all ProjectsActivities models.
public mixed actionIndex ( $layout = null ) | ||
$layout |
public void beforeAction ( $action ) | ||
$action |
public void init ( ) | ||
throws | yii\base\InvalidConfigException |
---|
public boolean setUpLayout ( $layout = null ) | ||
$layout | null |