Changes between Version 18 and Version 19 of DeveloperGuidelines/Tutorial/RESTCustomisation


Ignore:
Timestamp:
03/03/14 20:49:53 (11 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Tutorial/RESTCustomisation

    v18 v19  
    7676}}}
    7777
    78   Note: ''It is recommended to use the S3Method pattern because the S3Method class automatically takes care of certain additional controller parameters (in **attr, e.g. rheader) - whereas in a function we would have to implement those ourselves.''
     78  Note: ''It is recommended to use the S3Method pattern because the S3Method class automatically takes care of certain additional controller parameters (in !**attr, e.g. rheader) - whereas in a function we would have to implement those ourselves.''
    7979
    8080The output from the method handler (that is, the list of available shelters in our example) is then handed over to the view renderer, and from there returned to the client.