ClassString
in package
implements
Type
Value Object representing the type 'string'.
Tags
Interfaces, Classes and Traits
Table of Contents
- $fqsen : Fqsen|null
- __construct() : mixed
- Initializes this representation of a class string with the given Fqsen.
- __toString() : string
- Returns a rendered output of the Type as it would be used in a DocBlock.
- getFqsen() : Fqsen|null
- Returns the FQSEN associated with this object.
Properties
$fqsen
private
Fqsen|null
$fqsen
Methods
__construct()
Initializes this representation of a class string with the given Fqsen.
public
__construct([Fqsen|null $fqsen = null ]) : mixed
Parameters
- $fqsen : Fqsen|null = null
Return values
mixed —__toString()
Returns a rendered output of the Type as it would be used in a DocBlock.
public
__toString() : string
Return values
string —getFqsen()
Returns the FQSEN associated with this object.
public
getFqsen() : Fqsen|null