app\controllers\CashbookController::actionTarget PHP Method

actionTarget() public method

public actionTarget ( )
    public function actionTarget()
    {
        $model = new Cashbook();
        return $this->render('target', ['model' => $model]);
    }