OEModule\OphCiExamination\models\OphCiExamination_EyeDrawBase::getDoodleInfo PHP Method

getDoodleInfo() public method

Gets the doodle info that has been set on this class.
public getDoodleInfo ( ) : array
return array the doodle info; if no doodle info has been set, the empty array is returned.
    public function getDoodleInfo()
    {
        return $this->doodleInfo;
    }