StringFragment
Table of Contents
Properties
-
$ident
: string
-
$length
: int
-
$type
: string
-
$value
: string
Methods
-
__construct()
: mixed
-
__toString()
: string
-
expression()
: self
-
getIdent()
: string
-
getLength()
: int
-
getType()
: string
-
getValue()
: string
-
raw()
: self
$ident
protected
string
$ident
$length
protected
int
$length
$type
protected
string
$type
$value
protected
string
$value
__construct()
public
__construct(string $value, string $type) : mixed
Parameters
-
$value
: string
-
-
$type
: string
-
__toString()
public
__toString() : string
expression()
public
static expression(string $value) : self
Parameters
-
$value
: string
-
getIdent()
public
getIdent() : string
getLength()
public
getLength() : int
getType()
public
getType() : string
getValue()
public
getValue() : string
raw()
public
static raw(string $value) : self
Parameters
-
$value
: string
-