PHP Класс PodsField_Number, 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 ) : mixed | null | string Change the way the value of the field is displayed with Pods::get
format ( mixed $value = null, string $name = null, array $options = null, array $pod = null, integer $id = null ) : string Reformat a number to the way the value of the field is displayed
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 ) : mixed | string Change the value or perform actions after validation but before saving to the DB
prepare ( array $options = null ) : array Define the current field's preparation for sprintf
regex ( mixed $value = null, string $name = null, array $options = null, string $pod = null, integer $id = null ) : boolean | string Build regex necessary for JS validation
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 ) : mixed | null | string 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, null $params = null ) : boolean | mixed | void Validate a value before it's saved

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

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

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

Reformat a number to the way the value of the field is displayed
С версии: 2.0
public format ( mixed $value = null, string $name = null, array $options = null, array $pod = null, integer $id = null ) : string
$value mixed
$name string
$options array
$pod array
$id integer
Результат string

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

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

Define the current field's preparation for sprintf
С версии: 2.0
public prepare ( array $options = null ) : array
$options array
Результат array

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

Build regex necessary for JS validation
С версии: 2.0
public regex ( mixed $value = null, string $name = null, array $options = null, string $pod = null, integer $id = null ) : boolean | string
$value mixed
$name string
$options array
$pod string
$id integer
Результат boolean | string

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

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

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

$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