Property | Type | Description | |
---|---|---|---|
$curr_sub_tab | |||
$debug_info | |||
$page | current page |
Method | Description | |
---|---|---|
__construct ( boolean $init = true ) : void | Constructor | |
call_get_form ( $page = '' ) : void | Call rtmedia admin support form. | |
debug_info ( ) : void | Show debug_info. | |
debug_info_html ( $page = '' ) : void | Generate debug_info html. | |
download_debuginfo_as_text ( ) : void | Write debug info as a text file and download it. | |
get_form ( string $form = '' ) : void | Generate rtmedia admin form. | |
get_plugin_info ( ) : array | Get plugin_info. | |
get_support_content ( ) : void | Get support content. | |
is_migration_required ( ) : boolean | Check for migration_required. | |
migration_html ( type $page = '' ) : boolean | Generate migration_html. | |
render_support ( type $page = '' ) : void | Render support. | |
rtmedia_cancel_request ( ) | ||
rtmedia_mail_content_type ( ) | ||
rtmedia_scan_template_files ( string $template_path ) : array | Scan the rtmedia template files. | |
service_selector ( ) : void | Define Service Selector. | |
submit_request ( ) : void | Now submit request. |
public __construct ( boolean $init = true ) : void | ||
$init | boolean | |
return | void |
public call_get_form ( $page = '' ) : void | ||
return | void |
public debug_info_html ( $page = '' ) : void | ||
return | void |
public download_debuginfo_as_text ( ) : void | ||
return | void |
public get_plugin_info ( ) : array | ||
return | array | $rtmedia_plugins |
public get_support_content ( ) : void | ||
return | void |
public is_migration_required ( ) : boolean | ||
return | boolean |
public migration_html ( type $page = '' ) : boolean | ||
$page | type | |
return | boolean |
public render_support ( type $page = '' ) : void | ||
$page | type | |
return | void |
public rtmedia_scan_template_files ( string $template_path ) : array | ||
$template_path | string | |
return | array | $result |
public service_selector ( ) : void | ||
return | void |