PHP 클래스 Elementor\Skin_Base

파일 보기 프로젝트 열기: pojome/elementor

보호된 프로퍼티들

프로퍼티 타입 설명
$parent Widget_Base | null

공개 메소드들

메소드 설명
__construct ( Widget_Base $parent ) Skin_Base constructor.
_content_template ( )
add_control ( $id, $args )
add_group_control ( $group_name, $args = [] )
get_id ( )
get_instance_value ( $control_base_id )
get_title ( )
render ( )
set_parent ( $parent )

보호된 메소드들

메소드 설명
_register_controls_actions ( )
get_control_id ( $control_base_id )

메소드 상세

__construct() 공개 메소드

Skin_Base constructor.
public __construct ( Widget_Base $parent )
$parent Widget_Base

_content_template() 공개 메소드

public _content_template ( )

_register_controls_actions() 보호된 메소드

add_control() 공개 메소드

public add_control ( $id, $args )

add_group_control() 최종 공개 메소드

final public add_group_control ( $group_name, $args = [] )

get_control_id() 보호된 메소드

protected get_control_id ( $control_base_id )

get_id() 추상적인 공개 메소드

abstract public get_id ( )

get_instance_value() 공개 메소드

public get_instance_value ( $control_base_id )

get_title() 추상적인 공개 메소드

abstract public get_title ( )

render() 추상적인 공개 메소드

abstract public render ( )

set_parent() 공개 메소드

public set_parent ( $parent )

프로퍼티 상세

$parent 보호되어 있는 프로퍼티

protected Widget_Base,elementor|null $parent
리턴 Widget_Base | null