PHP Класс PodsField_WYSIWYG, pods

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

Открытые свойства

Свойство Тип Описание
$group string Field Type Group
$label string Field Type Label
$prepare string Field Type Preparation
$type string Field Type Identifier

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

Метод Описание
__construct ( ) Do things like register/enqueue scripts and stylesheets
display ( mixed $value = null, string $name = null, array $options = null, array $pod = null, integer $id = null ) Change the way the value of the field is displayed with Pods::get
input ( string $name, mixed $value = null, array $options = null, array $pod = null, integer $id = null ) Customize output of the form field
options ( ) : array Add options and set defaults to
pre_save ( mixed $value, integer $id = null, string $name = null, array $options = null, array $fields = null, array $pod = null, object $params = null ) Change the value or perform actions after validation but before saving to the DB
schema ( array $options = null ) : string Define the current field's schema for DB table storage
strip_html ( string $value, array $options = null ) : string Strip HTML based on options
ui ( integer $id, mixed $value, string $name = null, array $options = null, array $fields = null, array $pod = null ) Customize the Pods UI manage table column output

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

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

Do things like register/enqueue scripts and stylesheets
С версии: 2.0
public __construct ( )

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

Change the way the value of the field is displayed with Pods::get
С версии: 2.0
public display ( mixed $value = null, string $name = null, array $options = null, array $pod = null, integer $id = null )
$value mixed
$name string
$options array
$pod array
$id integer

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

Customize output of the form field
С версии: 2.0
public input ( string $name, mixed $value = null, array $options = null, array $pod = null, integer $id = null )
$name string
$value mixed
$options array
$pod array
$id integer

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

Add options and set defaults to
С версии: 2.0
public options ( ) : array
Результат array

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

Change the value or perform actions after validation but before saving to the DB
С версии: 2.0
public pre_save ( mixed $value, integer $id = null, string $name = null, array $options = null, array $fields = null, array $pod = null, object $params = null )
$value mixed
$id integer
$name string
$options array
$fields array
$pod array
$params object

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

Define the current field's schema for DB table storage
С версии: 2.0
public schema ( array $options = null ) : string
$options array
Результат string

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

Strip HTML based on options
public strip_html ( string $value, array $options = null ) : string
$value string
$options array
Результат string

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

Customize the Pods UI manage table column output
С версии: 2.0
public ui ( integer $id, mixed $value, string $name = null, array $options = null, array $fields = null, array $pod = null )
$id integer
$value mixed
$name string
$options array
$fields array
$pod array

Описание свойств

$group публичное статическое свойство

Field Type Group
С версии: 2.0
public static string $group
Результат string

$label публичное статическое свойство

Field Type Label
С версии: 2.0
public static string $label
Результат string

$prepare публичное статическое свойство

Field Type Preparation
С версии: 2.0
public static string $prepare
Результат string

$type публичное статическое свойство

Field Type Identifier
С версии: 2.0
public static string $type
Результат string