PHP Class Elementor\System_Info\Main

Afficher le fichier Open project: pojome/elementor

Méthodes publiques

Méthode 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 ( )

Méthodes protégées

Méthode Description
get_default_settings ( )

Private Methods

Méthode Description
add_actions ( )
init_settings ( )
require_files ( )

Method Details

__construct() public méthode

public __construct ( )

create_reporter() public méthode

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

display_page() public méthode

public display_page ( )

download_file() public méthode

public download_file ( )

get_allowed_reports() public static méthode

public static get_allowed_reports ( )

get_default_settings() protected méthode

protected get_default_settings ( )

get_reporter_class() public méthode

public get_reporter_class ( $reporter_type )

get_settings() final public méthode

final public get_settings ( string $setting = null, array $container = null ) : mixed
$setting string
$container array
Résultat mixed

load_reports() public méthode

public load_reports ( $reports )

print_report() public méthode

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

register_menu() public méthode

public register_menu ( )