PHP Класс PodsField_Website, 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
build_url ( array | string $url ) : string Build an url
display ( mixed $value = null, string $name = null, array $options = null, array $pod = null, integer $id = null ) : mixed | 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 ( ) 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 ) : array Define the current field's schema for DB table storage
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
validate ( mixed $value, string $name = null, array $options = null, array $fields = null, array $pod = null, integer $id = null, $params = null ) Validate a value before it's saved

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

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

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

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

Build an url
public build_url ( array | string $url ) : string
$url array | string
Результат string

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 ) : mixed | null
$value mixed
$name string
$options array
$pod array
$id integer
Результат mixed | null

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 ( )

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 ) : array
$options array
Результат array

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

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

Validate a value before it's saved
С версии: 2.0
public validate ( mixed $value, string $name = null, array $options = null, array $fields = null, array $pod = null, integer $id = null, $params = null )
$value mixed
$name string
$options array
$fields array
$pod array
$id integer

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

$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