OEModule\OphCiExamination\models\OphCiExamination_Workflow::getFirstStep PHP Method

getFirstStep() public method

First step (set) in this workflow.
public getFirstStep ( ) : OphCiExamination_ElementSet
return OphCiExamination_ElementSet
    public function getFirstStep()
    {
        return $this->first_step;
    }