OEModule\OphCiExamination\controllers\DefaultController::actionStep PHP Метод

actionStep() публичный Метод

Action to move the workflow forward a step on the given event.
public actionStep ( $id )
$id
    public function actionStep($id)
    {
        $this->step = true;
        // This is the same as update, but with a few extras, so we call the update code and then pick up on the action later
        $this->actionUpdate($id);
    }
DefaultController