Stud.IP  5.4
DatetimepickerInput Class Reference
Inheritance diagram for DatetimepickerInput:
Input

Public Member Functions

 render ()
 
 dataMapper ($value)
 
- Public Member Functions inherited from Input
 __construct ($name, $title, $value, array $attributes=[])
 
 setParent (Part $parent)
 
 getParent ()
 
 dataMapper ($value)
 
 getName ()
 
 getTitle ()
 
 hasValidation ()
 
 getValidationCallback ()
 
 getValue ()
 
 getAllInputNames ()
 
 renderWithCondition ()
 
 render ()
 
 getContextObject ()
 
 setMapper (Callable $callback)
 
 setStoringFunction (Callable $store)
 
 setValidationFunction (Callable $validate)
 
 setIfCondition ($if)
 
 setPermission (bool $permission)
 
 setRequired ($required=true)
 
 getRequestValue ()
 

Additional Inherited Members

- Static Public Member Functions inherited from Input
static create ($name, $title, $value, array $attributes=[])
 
static getFielddataFromMeta ($meta, $object)
 
- Data Fields inherited from Input
 $mapper = null
 
 $store = null
 
 $validate = null
 
 $if = null
 
 $permission = true
 
 $required = false
 
- Protected Member Functions inherited from Input
 extractOptionsFromAttributes (array &$attributes)
 
- Protected Attributes inherited from Input
 $title = null
 
 $value = null
 
 $attributes = []
 
 $name = null
 
 $parent = null
 

Member Function Documentation

◆ dataMapper()

dataMapper (   $value)

Turns an empty string into null value.

Returns
integer|null

◆ render()

render ( )

The documentation for this class was generated from the following file: