PHP 클래스 Kirki_Styles_Output_CSS, kirki

파일 보기 프로젝트 열기: aristath/kirki 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$backup_fonts array Standard Fonts
$callback null | string | array Callback.
$css string CSS
$field_type string Field Type.
$google_fonts array Google Fonts
$instance null | object The instance of this class (singleton pattern).
$option_name null | string Option Name.
$output array Output.
$settings null | string | array Settings.
$value mixed Value

공개 메소드들

메소드 설명
add_prefixes ( array $css ) : array Add prefixes if necessary.
css ( array $field ) : array Get the CSS for a field.
get_instance ( ) : object Get a single instance of this class
styles_parse ( array $css = [] ) : string Gets the array of generated styles and creates the minimized, inline CSS.

비공개 메소드들

메소드 설명
__construct ( ) The class constructor.

메소드 상세

add_prefixes() 공개 정적인 메소드

Add prefixes if necessary.
public static add_prefixes ( array $css ) : array
$css array The CSS definitions array.
리턴 array

css() 공개 정적인 메소드

Get the CSS for a field.
public static css ( array $field ) : array
$field array The field.
리턴 array

get_instance() 공개 정적인 메소드

Get a single instance of this class
public static get_instance ( ) : object
리턴 object

styles_parse() 공개 정적인 메소드

Gets the array of generated styles and creates the minimized, inline CSS.
public static styles_parse ( array $css = [] ) : string
$css array The CSS definitions array.
리턴 string The generated CSS.

프로퍼티 상세

$backup_fonts 공개적으로 정적으로 프로퍼티

Standard Fonts
public static array $backup_fonts
리턴 array

$callback 공개적으로 정적으로 프로퍼티

Callback.
public static null|string|array $callback
리턴 null | string | array

$css 공개적으로 정적으로 프로퍼티

CSS
public static string $css
리턴 string

$field_type 공개적으로 정적으로 프로퍼티

Field Type.
public static string $field_type
리턴 string

$google_fonts 공개적으로 정적으로 프로퍼티

Google Fonts
public static array $google_fonts
리턴 array

$instance 공개적으로 정적으로 프로퍼티

The instance of this class (singleton pattern).
public static null|object $instance
리턴 null | object

$option_name 공개적으로 정적으로 프로퍼티

Option Name.
public static null|string $option_name
리턴 null | string

$output 공개적으로 정적으로 프로퍼티

Output.
public static array $output
리턴 array

$settings 공개적으로 정적으로 프로퍼티

Settings.
public static null|string|array $settings
리턴 null | string | array

$value 공개적으로 정적으로 프로퍼티

Value
public static mixed $value
리턴 mixed