OEModule\OphCiExamination\models\OphCiExamination_EyeDrawBase::getDoodleInfo PHP 메소드

getDoodleInfo() 공개 메소드

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