InterfaceString
extends String_
in package
implements
PseudoType
FinalYes
Value Object representing the type `interface-string`.
Tags
Table of Contents
Interfaces
Properties
- $genericType : Type|null
Methods
- __construct() : mixed
- __toString() : string
- Returns a rendered output of the Type as it would be used in a DocBlock.
- getGenericType() : Type|null
- underlyingType() : Type
Properties
$genericType
private
Type|null
$genericType
Methods
__construct()
public
__construct([Type|null $genericType = null ]) : mixed
Parameters
- $genericType : Type|null = null
__toString()
Returns a rendered output of the Type as it would be used in a DocBlock.
public
__toString() : string
Return values
stringgetGenericType()
public
getGenericType() : Type|null
Return values
Type|nullunderlyingType()
public
underlyingType() : Type