PHP Class Elementor\Control_Base

ファイルを表示 Open project: pojome/elementor

Public Methods

Method Description
__construct ( )
content_template ( )
enqueue ( )
get_default_value ( )
get_replaced_style_values ( $css_property, $control_value )
get_settings ( string $setting_key = null ) : array
get_type ( )
get_value ( $control, $instance )
print_template ( ) : void

Protected Methods

Method Description
get_default_settings ( )

Method Details

__construct() public method

public __construct ( )

content_template() abstract public method

abstract public content_template ( )

enqueue() public method

public enqueue ( )

get_default_settings() protected method

protected get_default_settings ( )

get_default_value() public method

public get_default_value ( )

get_replaced_style_values() public method

public get_replaced_style_values ( $css_property, $control_value )

get_settings() final public method

Since: 1.0.0
final public get_settings ( string $setting_key = null ) : array
$setting_key string
return array

get_type() abstract public method

abstract public get_type ( )

get_value() public method

public get_value ( $control, $instance )

print_template() final public method

Since: 1.0.0
final public print_template ( ) : void
return void