SimpleType
in package
Table of Contents
- $isBuiltin : bool
- $name : string
- __construct() : mixed
- equals() : mixed
- fromNode() : SimpleType
- fromPhpDoc() : SimpleType
- isNull() : bool
- null() : SimpleType
- toEscapedName() : string
- toTypeCode() : string
- toTypeMask() : mixed
- void() : SimpleType
Properties
$isBuiltin
public
bool
$isBuiltin
$name
public
string
$name
Methods
__construct()
public
__construct(string $name, bool $isBuiltin) : mixed
Parameters
- $name : string
- $isBuiltin : bool
Return values
mixed —equals()
public
equals(SimpleType $other) : mixed
Parameters
- $other : SimpleType
Return values
mixed —fromNode()
public
static fromNode(Node $node) : SimpleType
Parameters
- $node : Node
Return values
SimpleType —fromPhpDoc()
public
static fromPhpDoc(string $type) : SimpleType
Parameters
- $type : string
Return values
SimpleType —isNull()
public
isNull() : bool
Return values
bool —null()
public
static null() : SimpleType
Return values
SimpleType —toEscapedName()
public
toEscapedName() : string
Return values
string —toTypeCode()
public
toTypeCode() : string
Return values
string —toTypeMask()
public
toTypeMask() : mixed
Return values
mixed —void()
public
static void() : SimpleType