PHP 클래스 Elementor\System_Info\Main

파일 보기 프로젝트 열기: pojome/elementor

공개 메소드들

메소드 설명
__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 ( )

보호된 메소드들

메소드 설명
get_default_settings ( )

비공개 메소드들

메소드 설명
add_actions ( )
init_settings ( )
require_files ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

create_reporter() 공개 메소드

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

display_page() 공개 메소드

public display_page ( )

download_file() 공개 메소드

public download_file ( )

get_allowed_reports() 공개 정적인 메소드

public static get_allowed_reports ( )

get_default_settings() 보호된 메소드

protected get_default_settings ( )

get_reporter_class() 공개 메소드

public get_reporter_class ( $reporter_type )

get_settings() 최종 공개 메소드

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

load_reports() 공개 메소드

public load_reports ( $reports )

print_report() 공개 메소드

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

register_menu() 공개 메소드

public register_menu ( )