PHP Class Kirki_Output_Property, kirki

Afficher le fichier Open project: aristath/kirki

Protected Properties

Свойство Type Description
$property string The property we're modifying.
$value string | array The value

Méthodes publiques

Méthode Description
__construct ( string $property, mixed $value ) Constructor.
get_value ( ) Gets the value.

Méthodes protégées

Méthode Description
process_value ( ) Modifies the value.

Method Details

__construct() public méthode

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

get_value() public méthode

Gets the value.
public get_value ( )

process_value() protected méthode

Modifies the value.
protected process_value ( )

Property Details

$property protected_oe property

The property we're modifying.
protected string $property
Résultat string

$value protected_oe property

The value
protected string|array $value
Résultat string | array