PHP Класс Papi_Property_Group, papi

Наследование: extends Papi_Property_Repeater
Показать файл Открыть проект

Открытые методы

Метод Описание
format_value ( mixed $value, string $slug, integer $post_id ) : array Format the value of the property before it's returned to WordPress admin or the site.
get_default_settings ( ) : array Get default settings.
html ( ) Render property html.

Защищенные методы

Метод Описание
get_settings_properties ( ) : array Get settings properties.
prepare_properties ( array $properties ) : array Prepare properties and set right slug and value.

Описание методов

format_value() публичный Метод

Format the value of the property before it's returned to WordPress admin or the site.
public format_value ( mixed $value, string $slug, integer $post_id ) : array
$value mixed
$slug string
$post_id integer
Результат array

get_default_settings() публичный Метод

Get default settings.
public get_default_settings ( ) : array
Результат array

get_settings_properties() защищенный Метод

Get settings properties.
protected get_settings_properties ( ) : array
Результат array

html() публичный Метод

Render property html.
public html ( )

prepare_properties() защищенный Метод

Prepare properties and set right slug and value.
protected prepare_properties ( array $properties ) : array
$properties array
Результат array