OEModule\OphCoCvi\controllers\PrintTestController::whoIs PHP Method

whoIs() public method

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;
    }