trait TypeTrait
Provides information about and the type of a parameter or property.
| Namespace | BeastBytes\CodPhp\Element |
|---|
Properties
$allowsNull
true if the type allows null, false if not.
| Type | Read/Write | Default |
|---|---|---|
| bool | Read |
Declared in BeastBytes\CodPhp\Element\TypeTrait
$type
Parameter or property type.
| Type | Read/Write | Default |
|---|---|---|
| ReflectionType | Read |
Declared in BeastBytes\CodPhp\Element\TypeTrait
Generated by CodPhp