PHP Interface Dumplie\Metadata\Schema\FieldDefinition

Afficher le fichier Open project: dumplie/dumplie Interface Usage Examples

Méthodes publiques

Méthode Description
defaultValue ( ) : mixed
deserialize ( $serializedValue ) : mixed
isNullable ( ) : boolean
isValid ( $value ) : boolean
name ( ) : string
options ( ) : array
serialize ( $value ) : string
type ( ) : Type

Method Details

defaultValue() public méthode

public defaultValue ( ) : mixed
Résultat mixed

deserialize() public méthode

public deserialize ( $serializedValue ) : mixed
$serializedValue
Résultat mixed

isNullable() public méthode

public isNullable ( ) : boolean
Résultat boolean

isValid() public méthode

public isValid ( $value ) : boolean
$value
Résultat boolean

name() public méthode

public name ( ) : string
Résultat string

options() public méthode

public options ( ) : array
Résultat array

serialize() public méthode

public serialize ( $value ) : string
$value
Résultat string

type() public méthode

public type ( ) : Type
Résultat Type