rst_exporter
class rst_exporter
Methods
void
set_columns(array $column_data)
Set columns with array where key is column name and value is title of column in table
void
add_section_header(string $type, string $header_text)
Add header to rst page
void
generate_events_table(array $event_data)
Fill table with event data
string
get_rst_output()
Get rst output
Details
at line 35
void
set_columns(array $column_data)
Set columns with array where key is column name and value is title of column in table
at line 50
void
add_section_header(string $type, string $header_text)
Add header to rst page
at line 78
void
generate_events_table(array $event_data)
Fill table with event data
at line 125
string
get_rst_output()
Get rst output