Skip to content

trait TypeTrait

Source Code

Provides information about and the type of a parameter or property.

NamespaceBeastBytes\CodPhp\Element

Properties

$allowsNull

true if the type allows null, false if not.

TypeRead/WriteDefault
boolRead

Declared in BeastBytes\CodPhp\Element\TypeTrait


$type

Parameter or property type.

TypeRead/WriteDefault
ReflectionTypeRead

Declared in BeastBytes\CodPhp\Element\TypeTrait


Generated by CodPhp