OEModule\OphCiExamination\controllers\DefaultController::actionCreate PHP Method

actionCreate() public method

public actionCreate ( )
    public function actionCreate()
    {
        $this->setCurrentSet();
        if (Yii::app()->request->getPost('patientticketing__notes', null) != null) {
            $_POST['patientticketing__notes'] = htmlspecialchars(Yii::app()->request->getPost('patientticketing__notes', null));
        }
        parent::actionCreate();
    }
DefaultController