OffsetAccess
extends Mixed_
in package
implements
PseudoType
FinalYes
Value Object representing the offset access 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.
- getOffset() : Type
- getType() : Type
- underlyingType() : Type
Properties
$offset
public
Type
$offset
$type
public
Type
$type
Methods
__construct()
public
__construct(Type $type, Type $offset) : mixed
Parameters
__toString()
Returns a rendered output of the Type as it would be used in a DocBlock.
public
__toString() : string
Return values
stringgetOffset()
public
getOffset() : Type
Return values
TypegetType()
public
getType() : Type
Return values
TypeunderlyingType()
public
underlyingType() : Type