Method | Description | |
---|---|---|
__toString ( ) : string | Convert this string type to a string | |
allowsNull ( ) : boolean | Does the parameter allow null? | |
createFromType ( phpDocumentor\Reflection\Type $type, boolean $allowsNull ) : |
||
getTypeObject ( ) : phpDocumentor\Reflection\Type | Get a PhpDocumentor type object for this type | |
isBuiltin ( ) : boolean | Checks if it is a built-in type (i.e., it's not an object. |
Method | Description | |
---|---|---|
__construct ( ) |
public __toString ( ) : string | ||
return | string |
public allowsNull ( ) : boolean | ||
return | boolean |
public static createFromType ( phpDocumentor\Reflection\Type $type, boolean $allowsNull ) : |
||
$type | phpDocumentor\Reflection\Type | |
$allowsNull | boolean | |
return |
public getTypeObject ( ) : phpDocumentor\Reflection\Type | ||
return | phpDocumentor\Reflection\Type |