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

setDoodleInfo() public method

Set the titles of the eyedraw component. This is done by callers.
public setDoodleInfo ( type $titles )
$titles type an array of strings containing the DoodleInfo titles to check to see if the eyedraw string has been set or not.
    public function setDoodleInfo($titles)
    {
        $this->doodleInfo = $titles;
    }