| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
| Copyright: | (c) phpBB Limited |
| License: | GNU General Public License, version 2 (GPL-2.0) |
| File Size: | 184 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
rst_exporter:: (7 methods):
set_columns()
add_section_header()
generate_events_table()
get_rst_output()
set_max_lengths()
get_separator_line()
get_column()
Class: rst_exporter - X-Ref
| set_columns(array $column_data) X-Ref |
| Set columns with array where key is column name and value is title of column in table param: array $column_data |
| add_section_header(string $type, string $header_text) X-Ref |
| Add header to rst page param: string $type Type of header; allowed are h2, h3, h4 corresponding to HTML param: string $header_text Text of header |
| generate_events_table(array $event_data) X-Ref |
| Fill table with event data param: array $event_data |
| get_rst_output() X-Ref |
| Get rst output return: string |
| set_max_lengths(array $event_data) X-Ref |
| Set maximum lengths array param: array $event_data |
| get_separator_line(string $separator_character = '-') X-Ref |
| Get separator line param: string $separator_character return: string |
| get_column(string $type, string $content) X-Ref |
| Get table data column param: string $type Column type param: string $content Column content return: string |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |