PHP Class Elementor\Widget_Base

Inheritance: extends Element_Base
Mostrar archivo Open project: pojome/elementor

Protected Properties

Property Type Description
$_has_template_content

Public Methods

Method Description
__construct ( $data = [], $args = [] )
add_skin ( Skin_Base $skin )
after_render ( )
before_render ( )
get_config ( $item = null )
get_current_skin ( )
get_current_skin_id ( )
get_icon ( )
get_raw_data ( $with_html_content = false )
get_skin ( $skin_id )
get_skins ( ) : Skin_Base[]
get_type ( )
print_template ( )
remove_skin ( $skin_id )
render_content ( )
render_plain_content ( )
start_controls_section ( $section_id, $args )

Protected Methods

Method Description
_get_child_type ( array $element_data )
_print_content ( )
_register_skins ( )
_render_settings ( )
get_default_data ( )
get_default_edit_tools ( )
parse_text_editor ( $content )

Private Methods

Method Description
_register_skin_control ( )

Method Details

__construct() public method

public __construct ( $data = [], $args = [] )

_get_child_type() protected method

protected _get_child_type ( array $element_data )
$element_data array

_print_content() protected method

protected _print_content ( )

_register_skins() protected method

protected _register_skins ( )

_render_settings() protected method

protected _render_settings ( )

add_skin() public method

public add_skin ( Skin_Base $skin )
$skin Skin_Base

after_render() public method

public after_render ( )

before_render() public method

public before_render ( )

get_config() public method

public get_config ( $item = null )

get_current_skin() public method

public get_current_skin ( )

get_current_skin_id() public method

public get_current_skin_id ( )

get_default_data() protected method

protected get_default_data ( )

get_default_edit_tools() protected static method

protected static get_default_edit_tools ( )

get_icon() public method

public get_icon ( )

get_raw_data() public method

public get_raw_data ( $with_html_content = false )

get_skin() public method

public get_skin ( $skin_id )

get_skins() public method

public get_skins ( ) : Skin_Base[]
return Skin_Base[]

get_type() public static method

public static get_type ( )

parse_text_editor() protected method

protected parse_text_editor ( $content )

print_template() final public method

final public print_template ( )

remove_skin() public method

public remove_skin ( $skin_id )

render_content() public method

public render_content ( )

render_plain_content() public method

start_controls_section() public method

public start_controls_section ( $section_id, $args )

Property Details

$_has_template_content protected_oe property

protected $_has_template_content