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

Parameters

array $column_data

Return Value

void

at line 50
void add_section_header(string $type, string $header_text)

Add header to rst page

Parameters

string $type

Type of header; allowed are h2, h3, h4 corresponding to HTML

string $header_text

Text of header

Return Value

void

at line 78
void generate_events_table(array $event_data)

Fill table with event data

Parameters

array $event_data

Return Value

void

at line 125
string get_rst_output()

Get rst output

Return Value

string