PHP 클래스 RTMediaSettings, rtMedia

파일 보기 프로젝트 열기: rtCamp/rtMedia

공개 메소드들

메소드 설명
__construct ( ) : void Constructor
allowed_types ( ) : void Show allowed types.
get_default_options ( ) : array Get default options.
image_settings_intro ( ) : void Show image settings intro.
network_notices ( ) : void Show network notices.
privacy_notice ( ) : string Output a checkbox for privacy_notice.
rtmedia_support_intro ( ) : void Output rtmedia_support_intro.
sanitize ( type $input ) : type Sanitizes the settings
sanitize_before_save_options ( type $options ) : type Sanitize before saving the options.
sanitize_options ( type $options ) : type Register Settings.
settings ( ) : void rtmedia settings.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( ) : void
리턴 void

allowed_types() 공개 메소드

Show allowed types.
public allowed_types ( ) : void
리턴 void

get_default_options() 공개 메소드

Get default options.
public get_default_options ( ) : array
리턴 array $defaults

image_settings_intro() 공개 메소드

Show image settings intro.
public image_settings_intro ( ) : void
리턴 void

network_notices() 공개 메소드

Show network notices.
public network_notices ( ) : void
리턴 void

privacy_notice() 공개 메소드

Output a checkbox for privacy_notice.
public privacy_notice ( ) : string
리턴 string $notice

rtmedia_support_intro() 공개 메소드

Output rtmedia_support_intro.
public rtmedia_support_intro ( ) : void
리턴 void

sanitize() 공개 메소드

Sanitizes the settings
public sanitize ( type $input ) : type
$input type
리턴 type $input

sanitize_before_save_options() 공개 메소드

Sanitize before saving the options.
public sanitize_before_save_options ( type $options ) : type
$options type
리턴 type $options

sanitize_options() 공개 메소드

Register Settings.
public sanitize_options ( type $options ) : type
$options type
리턴 type $options

settings() 공개 메소드

rtmedia settings.
public settings ( ) : void
리턴 void