ValueOf
extends Mixed_
in package
implements
PseudoType
FinalYes
Value Object representing the `value-of` type.
Tags
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- __toString() : string
- Returns a rendered output of the Type as it would be used in a DocBlock.
- getType() : Type
- underlyingType() : Type
Properties
$type
private
Type
$type
Methods
__construct()
public
__construct(Type $type) : mixed
Parameters
- $type : Type
__toString()
Returns a rendered output of the Type as it would be used in a DocBlock.
public
__toString() : string
Return values
stringgetType()
public
getType() : Type
Return values
TypeunderlyingType()
public
underlyingType() : Type