PHP Class RTMediaSupport, rtMedia

Show file Open project: rtCamp/rtMedia Class Usage Examples

Public Properties

Property Type Description
$curr_sub_tab
$debug_info
$page current page

Public Methods

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.

Method Details

__construct() public method

Constructor
public __construct ( boolean $init = true ) : void
$init boolean
return void

call_get_form() public method

Call rtmedia admin support form.
public call_get_form ( $page = '' ) : void
return void

debug_info() public method

Show debug_info.
public debug_info ( ) : void
return void

debug_info_html() public method

Generate debug_info html.
public debug_info_html ( $page = '' ) : void
return void

download_debuginfo_as_text() public method

Write debug info as a text file and download it.
public download_debuginfo_as_text ( ) : void
return void

get_form() public method

Generate rtmedia admin form.
public get_form ( string $form = '' ) : void
$form string
return void

get_plugin_info() public method

Get plugin_info.
public get_plugin_info ( ) : array
return array $rtmedia_plugins

get_support_content() public method

Get support content.
public get_support_content ( ) : void
return void

is_migration_required() public method

Check for migration_required.
public is_migration_required ( ) : boolean
return boolean

migration_html() public method

Generate migration_html.
public migration_html ( type $page = '' ) : boolean
$page type
return boolean

render_support() public method

Render support.
public render_support ( type $page = '' ) : void
$page type
return void

rtmedia_cancel_request() public method

rtmedia_mail_content_type() public method

rtmedia_scan_template_files() public method

Scan the rtmedia template files.
public rtmedia_scan_template_files ( string $template_path ) : array
$template_path string
return array $result

service_selector() public method

Define Service Selector.
public service_selector ( ) : void
return void

submit_request() public method

Now submit request.
public submit_request ( ) : void
return void

Property Details

$curr_sub_tab public property

public $curr_sub_tab

$debug_info public property

public $debug_info

$page public static property

current page
public static $page