PHP 클래스 Kirki_Output_Property, kirki

파일 보기 프로젝트 열기: aristath/kirki

보호된 프로퍼티들

프로퍼티 타입 설명
$property string The property we're modifying.
$value string | array The value

공개 메소드들

메소드 설명
__construct ( string $property, mixed $value ) Constructor.
get_value ( ) Gets the value.

보호된 메소드들

메소드 설명
process_value ( ) Modifies the value.

메소드 상세

__construct() 공개 메소드

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

get_value() 공개 메소드

Gets the value.
public get_value ( )

process_value() 보호된 메소드

Modifies the value.
protected process_value ( )

프로퍼티 상세

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

The property we're modifying.
protected string $property
리턴 string

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

The value
protected string|array $value
리턴 string | array