PHP Class Jetpack_Sync_Module_Callables, jetpack

Inheritance: extends Jetpack_Sync_Module
Datei anzeigen Open project: automattic/jetpack

Public Methods

Method Description
enqueue_full_sync_actions ( $config, $max_items_to_enqueue, $state )
estimate_full_sync_actions ( $config )
expand_callables ( $args )
get_all_callables ( )
get_callable_whitelist ( )
get_full_sync_actions ( )
init_before_send ( )
init_full_sync_listeners ( $callable )
init_listeners ( $callable )
maybe_sync_callables ( )
name ( )
reset_data ( )
set_callable_whitelist ( $callables )
set_defaults ( )
should_send_callable ( $callable_checksums, $name, $checksum )
unlock_sync_callable ( )

Private Methods

Method Description
get_callable ( $callable )

Method Details

enqueue_full_sync_actions() public method

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

estimate_full_sync_actions() public method

public estimate_full_sync_actions ( $config )

expand_callables() public method

public expand_callables ( $args )

get_all_callables() public method

public get_all_callables ( )

get_callable_whitelist() public method

get_full_sync_actions() public method

init_before_send() public method

public init_before_send ( )

init_full_sync_listeners() public method

public init_full_sync_listeners ( $callable )

init_listeners() public method

public init_listeners ( $callable )

maybe_sync_callables() public method

name() public method

public name ( )

reset_data() public method

public reset_data ( )

set_callable_whitelist() public method

public set_callable_whitelist ( $callables )

set_defaults() public method

public set_defaults ( )

should_send_callable() public method

public should_send_callable ( $callable_checksums, $name, $checksum )

unlock_sync_callable() public method