mini\Metadata\Attributes\Property::__construct()
Method
public
constructor
Signature
public function __construct(string $name, Stringable|string|null $title = NULL, Stringable|string|null $description = NULL, mixed $default = NULL, ?bool $readOnly = NULL, ?bool $writeOnly = NULL, ?bool $deprecated = NULL, ?string $format = NULL, mixed $examples)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$name |
string |
required | Documentation missing |
$title |
Stringable|string|null |
NULL
|
Documentation missing |
$description |
Stringable|string|null |
NULL
|
Documentation missing |
$default |
mixed |
NULL
|
Documentation missing |
$readOnly |
?bool |
NULL
|
Documentation missing |
$writeOnly |
?bool |
NULL
|
Documentation missing |
$deprecated |
?bool |
NULL
|
Documentation missing |
$format |
?string |
NULL
|
Documentation missing |
$examples |
mixed |
optional | Documentation missing |
Documentation
Documentation missing - No docblock found for this method.