PHP 클래스 Elementor\Group_Control_Base

상속: implements elementor\Group_Control_Interface
파일 보기 프로젝트 열기: pojome/elementor

공개 메소드들

메소드 설명
__construct ( )
add_controls ( Element_Base $element, $user_args )
get_args ( )
get_base_group_classes ( )
get_controls_prefix ( )

보호된 메소드들

메소드 설명
_add_group_args_to_control ( $control_id, $control_args )
_get_child_default_args ( )
_get_controls ( $args )
_init ( )

비공개 메소드들

메소드 설명
_add_conditions_prefix ( $controls )
_filter_controls ( )
_get_default_args ( )
_init_args ( $args )

메소드 상세

__construct() 공개 메소드

public __construct ( )

_add_group_args_to_control() 보호된 메소드

protected _add_group_args_to_control ( $control_id, $control_args )

_get_child_default_args() 보호된 메소드

protected _get_child_default_args ( )

_get_controls() 추상적인 보호된 메소드

abstract protected _get_controls ( $args )

_init() 보호된 메소드

protected _init ( )

add_controls() 최종 공개 메소드

final public add_controls ( Element_Base $element, $user_args )
$element Element_Base

get_args() 최종 공개 메소드

final public get_args ( )

get_base_group_classes() 공개 메소드

get_controls_prefix() 공개 메소드

public get_controls_prefix ( )