Method |
Description |
|
__construct ( ) |
Do things like register/enqueue scripts and stylesheets |
|
convert_date ( $value, $new_format, $original_format = 'H:i:s' ) |
Convert a date from one format to another |
|
createFromFormat ( $format, $date ) : DateTime |
|
|
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 ( $options ) : string |
Build date/time format string based on options |
|
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 |
|
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 |
|