OEModule\OphCoCvi\controllers\PrintTestController::whoIs PHP 메소드

whoIs() 공개 메소드

public whoIs ( )
    public function whoIs()
    {
        $data = array(array('X', 'I am the patient'), array('', 'the patient’s representative and my name is (PLEASE PRINT):'));
        return $data;
    }