Application API Documentation
Interfaces
PropertyDescriberInterface
Table of Contents
-
describe()
: mixed
-
supports()
: bool
describe()
public
describe(array<string|int, Type> $types, Schema $property[, array<string|int, mixed> $groups = null ]) : mixed
Parameters
-
$types
: array<string|int, Type>
-
-
$property
: Schema
-
-
$groups
: array<string|int, mixed>
= null
-
Return values
mixed
—
supports()
public
supports(array<string|int, Type> $types) : bool
Parameters
-
$types
: array<string|int, Type>
-
Return values
bool
—