PHP Class Kirki_Output_Property, kirki

Exibir arquivo Open project: aristath/kirki

Protected Properties

Property Type Description
$property string The property we're modifying.
$value string | array The value

Public Methods

Method Description
__construct ( string $property, mixed $value ) Constructor.
get_value ( ) Gets the value.

Protected Methods

Method Description
process_value ( ) Modifies the value.

Method Details

__construct() public method

Constructor.
public __construct ( string $property, mixed $value )
$property string The CSS property we're modifying.
$value mixed The value.

get_value() public method

Gets the value.
public get_value ( )

process_value() protected method

Modifies the value.
protected process_value ( )

Property Details

$property protected_oe property

The property we're modifying.
protected string $property
return string

$value protected_oe property

The value
protected string|array $value
return string | array