Function Hook_ajax_tree_choose_theme_files->get_comcode_page_details_table
Definitions
sources/hooks/systems/ajax_tree/choose_theme_files.php
- Show details for a Comcode page file.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $page | ID_TEXT | No | No | required parameter | N/A | N/A | Page name |
| $zone | ID_TEXT | No | No | required parameter | N/A | N/A | Zone the page is in |
| $path | PATH | No | No | required parameter | N/A | N/A | Path to page |
| $action_log_times | ?array | No | No | Null | N/A | N/A | Combined map of action-log details (null: look-up) |
Returns
- Details
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Show details for a Comcode page file.
*
* @param ID_TEXT $page Page name
* @param ID_TEXT $zone Zone the page is in
* @param PATH $path Path to page
* @param ?array $action_log_times Combined map of action-log details (null: look-up)
* @return Tempcode Details
*/
protected function get_comcode_page_details_table(string $page, string $zone, string $path, ?array $action_log_times = null) : object
* Show details for a Comcode page file.
*
* @param ID_TEXT $page Page name
* @param ID_TEXT $zone Zone the page is in
* @param PATH $path Path to page
* @param ?array $action_log_times Combined map of action-log details (null: look-up)
* @return Tempcode Details
*/
protected function get_comcode_page_details_table(string $page, string $zone, string $path, ?array $action_log_times = null) : object

