Method | Description | |
---|---|---|
__construct ( DateTimeInterface $default = null, boolean $nullable = true, array $options = [], string $format = 'c' ) | ||
defaultValue ( ) : DateTimeInterface | null | ||
deserialize ( $serializedValue ) : DateTimeInterface | ||
isNullable ( ) : boolean | ||
isValid ( $value ) : boolean | ||
name ( ) : string | ||
options ( ) : array | ||
serialize ( $value ) : string | ||
type ( ) : |
public defaultValue ( ) : DateTimeInterface | null | ||
return | DateTimeInterface | null |
public deserialize ( $serializedValue ) : DateTimeInterface | ||
$serializedValue | ||
return | DateTimeInterface |