PHP Class Scalr\Tests\Functional\Api\V2\SpecSchema\DataTypes\ObjectEntity

Since: 5.6.14 (03.12.2015)
Author: Andrii Penchuk ([email protected])
Inheritance: extends ApiEntity
Afficher le fichier Open project: scalr/scalr Class Usage Examples

Méthodes publiques

Свойство Type Description
$abstractType string This type implements real object
$concreteTypes array The list of the paths enum properties
$createOnly array The list of the createOnly fields
$derived array The list of the derived references
$discriminator string that is used to differentiate between other schema
$filterable array The list of the filterable fields
$references array The list of the references
$required array The list of the required fields

Property Details

$abstractType public_oe property

This type implements real object
public string $abstractType
Résultat string

$concreteTypes public_oe property

The list of the paths enum properties
public array $concreteTypes
Résultat array

$createOnly public_oe property

The list of the createOnly fields
public array $createOnly
Résultat array

$derived public_oe property

The list of the derived references
public array $derived
Résultat array

$discriminator public_oe property

that is used to differentiate between other schema
public string $discriminator
Résultat string

$filterable public_oe property

The list of the filterable fields
public array $filterable
Résultat array

$references public_oe property

The list of the references
public array $references
Résultat array

$required public_oe property

The list of the required fields
public array $required
Résultat array