PHP Класс Scalr\Tests\Functional\Api\V2\SpecSchema\DataTypes\ObjectEntity

С версии: 5.6.14 (03.12.2015)
Автор: Andrii Penchuk ([email protected])
Наследование: extends ApiEntity
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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

Описание свойств

$abstractType публичное свойство

This type implements real object
public string $abstractType
Результат string

$concreteTypes публичное свойство

The list of the paths enum properties
public array $concreteTypes
Результат array

$createOnly публичное свойство

The list of the createOnly fields
public array $createOnly
Результат array

$derived публичное свойство

The list of the derived references
public array $derived
Результат array

$discriminator публичное свойство

that is used to differentiate between other schema
public string $discriminator
Результат string

$filterable публичное свойство

The list of the filterable fields
public array $filterable
Результат array

$references публичное свойство

The list of the references
public array $references
Результат array

$required публичное свойство

The list of the required fields
public array $required
Результат array