Home
last modified time | relevance | path

Searched refs:realType (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DNullable.php25 private $realType; variable in phpDocumentor\\Reflection\\Types\\Nullable
30 * @param Type $realType
32 public function __construct(Type $realType) argument
34 $this->realType = $realType;
44 return $this->realType;
54 return '?' . $this->realType->__toString();