PHP 클래스 Jetpack_Sync_Module_Updates, jetpack

상속: extends Jetpack_Sync_Module
파일 보기 프로젝트 열기: automattic/jetpack

공개 메소드들

메소드 설명
enqueue_full_sync_actions ( $config, $max_items_to_enqueue, $state )
estimate_full_sync_actions ( $config )
expand_updates ( $args )
filter_update_keys ( $args ) removes unnecessary keys from synced updates data
filter_upgrader_process_complete ( $args )
get_all_updates ( )
get_full_sync_actions ( )
get_update_checksum ( $value )
init_before_send ( )
init_full_sync_listeners ( $callable )
init_listeners ( $callable )
name ( )
validate_update_change ( $value, $expiration, $transient )

메소드 상세

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 )

expand_updates() 공개 메소드

public expand_updates ( $args )

filter_update_keys() 공개 메소드

removes unnecessary keys from synced updates data
public filter_update_keys ( $args )

filter_upgrader_process_complete() 공개 메소드

get_all_updates() 공개 메소드

public get_all_updates ( )

get_full_sync_actions() 공개 메소드

get_update_checksum() 공개 메소드

public get_update_checksum ( $value )

init_before_send() 공개 메소드

public init_before_send ( )

init_full_sync_listeners() 공개 메소드

public init_full_sync_listeners ( $callable )

init_listeners() 공개 메소드

public init_listeners ( $callable )

name() 공개 메소드

public name ( )

validate_update_change() 공개 메소드

public validate_update_change ( $value, $expiration, $transient )