Application API Documentation
Classes
FloatPropertyDescriber
in package
implements
PropertyDescriberInterface
Uses
NullablePropertyTrait
Interfaces, Classes and Traits
- PropertyDescriberInterface
Table of Contents
-
describe()
: mixed
-
supports()
: bool
-
setNullableProperty()
: void
describe()
public
describe(array<string|int, mixed> $types, Schema $property[, array<string|int, mixed> $groups = null ]) : mixed
Parameters
-
$types
: array<string|int, mixed>
-
-
$property
: Schema
-
-
$groups
: array<string|int, mixed>
= null
-
Return values
mixed
—
supports()
public
supports(array<string|int, mixed> $types) : bool
Parameters
-
$types
: array<string|int, mixed>
-
Return values
bool
—
setNullableProperty()
protected
setNullableProperty(Type $type, Schema $property) : void
Parameters
-
$type
: Type
-
-
$property
: Schema
-
Return values
void
—