PHP 클래스 Jetpack_Sync_Settings, jetpack

파일 보기 프로젝트 열기: automattic/jetpack 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$is_doing_cron
$is_importing
$is_sending
$is_syncing
$settings_cache
$valid_settings

공개 메소드들

메소드 설명
get_blacklisted_post_types_sql ( ) returns escapted SQL that can be injected into a WHERE clause
get_comments_filter_sql ( )
get_setting ( $setting ) autoloaded on page load rather than re-queried every time.
get_settings ( ) some settings can be expensive to compute - let's cache them
get_whitelisted_comment_meta_sql ( )
get_whitelisted_post_meta_sql ( )
is_doing_cron ( )
is_importing ( )
is_sending ( )
is_syncing ( )
reset_data ( )
set_doing_cron ( $is_doing_cron )
set_importing ( $is_importing )
set_is_sending ( $is_sending )
set_is_syncing ( $is_syncing )
update_settings ( $new_settings )

메소드 상세

get_blacklisted_post_types_sql() 정적인 공개 메소드

returns escapted SQL that can be injected into a WHERE clause
static public get_blacklisted_post_types_sql ( )

get_comments_filter_sql() 정적인 공개 메소드

static public get_comments_filter_sql ( )

get_setting() 정적인 공개 메소드

autoloaded on page load rather than re-queried every time.
static public get_setting ( $setting )

get_settings() 정적인 공개 메소드

some settings can be expensive to compute - let's cache them
static public get_settings ( )

get_whitelisted_comment_meta_sql() 정적인 공개 메소드

get_whitelisted_post_meta_sql() 정적인 공개 메소드

static public get_whitelisted_post_meta_sql ( )

is_doing_cron() 정적인 공개 메소드

static public is_doing_cron ( )

is_importing() 정적인 공개 메소드

static public is_importing ( )

is_sending() 정적인 공개 메소드

static public is_sending ( )

is_syncing() 정적인 공개 메소드

static public is_syncing ( )

reset_data() 정적인 공개 메소드

static public reset_data ( )

set_doing_cron() 정적인 공개 메소드

static public set_doing_cron ( $is_doing_cron )

set_importing() 정적인 공개 메소드

static public set_importing ( $is_importing )

set_is_sending() 정적인 공개 메소드

static public set_is_sending ( $is_sending )

set_is_syncing() 정적인 공개 메소드

static public set_is_syncing ( $is_syncing )

update_settings() 정적인 공개 메소드

static public update_settings ( $new_settings )

프로퍼티 상세

$is_doing_cron 정적으로 공개적으로 프로퍼티

static public $is_doing_cron

$is_importing 정적으로 공개적으로 프로퍼티

static public $is_importing

$is_sending 정적으로 공개적으로 프로퍼티

static public $is_sending

$is_syncing 정적으로 공개적으로 프로퍼티

static public $is_syncing

$settings_cache 정적으로 공개적으로 프로퍼티

static public $settings_cache

$valid_settings 정적으로 공개적으로 프로퍼티

static public $valid_settings