PHP Class Elementor\System_Info\Main

Datei anzeigen Open project: pojome/elementor

Public Methods

Method Description
__construct ( )
create_reporter ( array $properties ) : WP_Error | false | Base_Reporter
display_page ( )
download_file ( )
get_allowed_reports ( )
get_reporter_class ( $reporter_type )
get_settings ( string $setting = null, array $container = null ) : mixed
load_reports ( $reports )
print_report ( $reports, $template = 'raw' )
register_menu ( )

Protected Methods

Method Description
get_default_settings ( )

Private Methods

Method Description
add_actions ( )
init_settings ( )
require_files ( )

Method Details

__construct() public method

public __construct ( )

create_reporter() public method

public create_reporter ( array $properties ) : WP_Error | false | Base_Reporter
$properties array
return WP_Error | false | Elementor\System_Info\Classes\Abstracts\Base_Reporter

display_page() public method

public display_page ( )

download_file() public method

public download_file ( )

get_allowed_reports() public static method

public static get_allowed_reports ( )

get_default_settings() protected method

protected get_default_settings ( )

get_reporter_class() public method

public get_reporter_class ( $reporter_type )

get_settings() final public method

final public get_settings ( string $setting = null, array $container = null ) : mixed
$setting string
$container array
return mixed

load_reports() public method

public load_reports ( $reports )

print_report() public method

public print_report ( $reports, $template = 'raw' )

register_menu() public method

public register_menu ( )