Changes between Version 1 and Version 2 of S3XRC/ResourceReport


Ignore:
Timestamp:
08/28/10 10:08:46 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3XRC/ResourceReport

    v1 v2  
    8282Now, how can you which data have to be processed by your reporting function and how can you get at them?
    8383
    84 {{{r}}} (the {{{S3Request}}} object) contains the interface to the resource as an {{{S3Resource}}} object. And this is what you can use to access your data. Some examples:
     84{{{r}}} (the {{{S3Request}}} object) contains an interface to your resource as {{{S3Resource}}} object in: {{{r.resource}}}
     85
     86And this is what you can use to access your data. Some examples:
    8587
    8688{{{
     
    127129
    128130...to be continued...
     131...to be continued...