PHP Class Elementor\Control_Base

Afficher le fichier Open project: pojome/elementor

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
get_default_settings ( )

Method Details

__construct() public méthode

public __construct ( )

content_template() abstract public méthode

abstract public content_template ( )

enqueue() public méthode

public enqueue ( )

get_default_settings() protected méthode

protected get_default_settings ( )

get_default_value() public méthode

public get_default_value ( )

get_replaced_style_values() public méthode

public get_replaced_style_values ( $css_property, $control_value )

get_settings() final public méthode

Since: 1.0.0
final public get_settings ( string $setting_key = null ) : array
$setting_key string
Résultat array

get_type() abstract public méthode

abstract public get_type ( )

get_value() public méthode

public get_value ( $control, $instance )

print_template() final public méthode

Since: 1.0.0
final public print_template ( ) : void
Résultat void