StringFragment
implements
Stringable
Table of Contents
Interfaces
- Stringable
Properties
-
$ident
: string
-
$length
: int
-
$type
: string
-
$value
: string
Methods
-
__construct()
: mixed
-
__toString()
: string
-
expression()
: self
-
raw()
: self
$ident
read-only
public
string
$ident
$length
read-only
public
int
$length
$type
read-only
public
string
$type
$value
read-only
public
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
-
raw()
public
static raw(string $value) : self
Parameters
-
$value
: string
-