PHP 클래스 Jetpack_Sync_Module, jetpack

파일 보기 프로젝트 열기: automattic/jetpack

공개 메소드들

메소드 설명
enqueue_full_sync_actions ( $config, $max_items_to_enqueue, $state )
estimate_full_sync_actions ( $config )
get_full_sync_actions ( )
get_object_by_id ( $object_type, $id )
get_objects_by_id ( $object_type, $ids )
init_before_send ( )
init_full_sync_listeners ( $callable )
init_listeners ( $callable ) override these to set up listeners and set/reset data/defaults
init_listeners_for_meta_type ( $meta_type, $callable )
init_meta_whitelist_handler ( $meta_type, $whitelist_handler )
name ( )
reset_data ( )
set_defaults ( )
unserialize_meta ( $meta )

보호된 메소드들

메소드 설명
count_actions ( $action_names, $actions_to_count )
enqueue_all_ids_as_action ( $action_name, $table_name, $id_field, $where_sql, $max_items_to_enqueue, $state )
get_check_sum ( $values )
get_metadata ( $ids, $meta_type, $meta_key_whitelist )
get_term_relationships ( $ids )
still_valid_checksum ( $sums_to_check, $name, $new_sum )

메소드 상세

count_actions() 보호된 메소드

protected count_actions ( $action_names, $actions_to_count )

enqueue_all_ids_as_action() 보호된 메소드

protected enqueue_all_ids_as_action ( $action_name, $table_name, $id_field, $where_sql, $max_items_to_enqueue, $state )

enqueue_full_sync_actions() 공개 메소드

public enqueue_full_sync_actions ( $config, $max_items_to_enqueue, $state )

estimate_full_sync_actions() 공개 메소드

public estimate_full_sync_actions ( $config )

get_check_sum() 보호된 메소드

protected get_check_sum ( $values )

get_full_sync_actions() 공개 메소드

get_metadata() 보호된 메소드

protected get_metadata ( $ids, $meta_type, $meta_key_whitelist )

get_object_by_id() 공개 메소드

public get_object_by_id ( $object_type, $id )

get_objects_by_id() 공개 메소드

public get_objects_by_id ( $object_type, $ids )

get_term_relationships() 보호된 메소드

protected get_term_relationships ( $ids )

init_before_send() 공개 메소드

public init_before_send ( )

init_full_sync_listeners() 공개 메소드

public init_full_sync_listeners ( $callable )

init_listeners() 공개 메소드

override these to set up listeners and set/reset data/defaults
public init_listeners ( $callable )

init_listeners_for_meta_type() 공개 메소드

public init_listeners_for_meta_type ( $meta_type, $callable )

init_meta_whitelist_handler() 공개 메소드

public init_meta_whitelist_handler ( $meta_type, $whitelist_handler )

name() 추상적인 공개 메소드

abstract public name ( )

reset_data() 공개 메소드

public reset_data ( )

set_defaults() 공개 메소드

public set_defaults ( )

still_valid_checksum() 보호된 메소드

protected still_valid_checksum ( $sums_to_check, $name, $new_sum )

unserialize_meta() 공개 메소드

public unserialize_meta ( $meta )