final | |
|---|---|
readonly | |
implements |
PrimitiveSchemaDefinition<array{type: 'boolean', description?: non-empty-string, title?: non-empty-string, default?: bool}> |
| Methods | ||
|---|---|---|
public
|
__construct(null|non-empty-string $description = null, null|non-empty-string $title = null, ?bool $default = null)
|
# |
public
|
toArray(): array
|
# |
public
|
jsonSerialize(): template-type<self, PrimitiveSchemaDefinition, 'T'>
|
# |
| Properties | |||
|---|---|---|---|
public
|
non-empty-string
|
$type
|
# |
public
|
null|non-empty-string
|
$description
|
# |
public
|
null|non-empty-string
|
$title
|
# |
public
|
?bool
|
$default
|
# |