Element_OphTrOperationnote_Cataract::getEye PHP Method

getEye() public method

The eye of the procedure is stored in the parent procedure list element.
public getEye ( ) : Eye
return Eye
    public function getEye()
    {
        return Element_OphTrOperationnote_ProcedureList::model()->find('event_id=?', array($this->event_id))->eye;
    }