getTypes()
getTypes(\phpDocumentor\Reflection\Type $varType) : \Symfony\Component\PropertyInfo\Type[]
Creates a {@see Type} from a PHPDoc type.
Parameters
\phpDocumentor\Reflection\Type | $varType |
Transforms a php doc type to a {@link Type} instance.
createType(\phpDocumentor\Reflection\Type $type, bool $nullable, string $docType = null) : ?\Symfony\Component\PropertyInfo\Type
Creates a {@see Type} from a PHPDoc type.
\phpDocumentor\Reflection\Type | $type | |
bool | $nullable | |
string | $docType |