![]() |
Framework
3.9
|
Provides CSV output formatting for APIHelper. More...
Inheritance diagram for APICSVFormatter:
Collaboration diagram for APICSVFormatter:Public Member Functions | |
| format ($items) | |
| Override this function to provide your format definition. More... | |
Public Member Functions inherited from APIFormatter | |
| getClass () | |
Additional Inherited Members | |
Public Attributes inherited from APIFormatter | |
| $parent | |
Provides CSV output formatting for APIHelper.
Definition at line 120 of file api_helper.inc.
| APICSVFormatter::format | ( | $items | ) |
Override this function to provide your format definition.
The results should be sent to the output buffer, via 'echo' or equivalent.
| array | $items | the list of DataItems to be formatted |
Reimplemented from APIFormatter.
Definition at line 122 of file api_helper.inc.