PHP Class Elementor\Post_CSS_File

Datei anzeigen Open project: pojome/elementor

Protected Properties

Property Type Description
$_columns_width
$css
$fonts
$is_build_with_elementor
$path
$post_id
$stylesheet_obj Stylesheet
$url

Public Methods

Method Description
__construct ( $post_id )
delete ( )
enqueue ( )
get_css ( )
get_element_unique_selector ( Element_Base $element )
is_build_with_elementor ( )
update ( )

Protected Methods

Method Description
get_meta ( )
init_stylesheet ( )
parse_elements_css ( )
set_path_and_url ( )
update_meta ( $meta )

Private Methods

Method Description
add_control_style_rules ( $control, $value, $placeholders, $replacements )
add_element_style_rules ( Element_Base $element, $controls, $values, $placeholders, $replacements )
render_styles ( Element_Base $element )

Method Details

__construct() public method

public __construct ( $post_id )

delete() public method

public delete ( )

enqueue() public method

public enqueue ( )

get_css() public method

public get_css ( )

get_element_unique_selector() public method

public get_element_unique_selector ( Element_Base $element )
$element Element_Base

get_meta() protected method

protected get_meta ( )

init_stylesheet() protected method

protected init_stylesheet ( )

is_build_with_elementor() public method

parse_elements_css() protected method

protected parse_elements_css ( )

set_path_and_url() protected method

protected set_path_and_url ( )

update() public method

public update ( )

update_meta() protected method

protected update_meta ( $meta )

Property Details

$_columns_width protected_oe property

protected $_columns_width

$css protected_oe property

protected $css

$fonts protected_oe property

protected $fonts

$is_build_with_elementor protected_oe property

protected $is_build_with_elementor

$path protected_oe property

protected $path

$post_id protected_oe property

protected $post_id

$stylesheet_obj protected_oe property

protected Stylesheet,elementor $stylesheet_obj
return Stylesheet

$url protected_oe property

protected $url