Output module execution methods
| Methods | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
abstract
public
|
get_current_language()
Look for translation strings based on the current language setting
return array
Look for translation strings based on the current language setting return array |
# | ||||||||||||||
abstract
public
|
default_language(): void
Setup a default language translation
Setup a default language translation |
# | ||||||||||||||
public
|
run_output_modules(Hm_Request $request, bool $active_session, string $page, array $handler_response): void
Run all the handler modules for a page and merge the results
Run all the handler modules for a page and merge the results Parameters
|
# | ||||||||||||||
public
|
run_output_module(
array $input,
array $protected,
string $name,
array $args,
bool $active_session,
string $format,
array $lang_str,
): array
Run a single output modules and return the results
Run a single output modules and return the results Parameters
|
# | ||||||||||||||
| Properties | |||
|---|---|---|---|
public
|
|
$output_response
|
# |
public
|
|
$output_data = []
|
# |