StringFragment

Internal

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

Properties

Methods

__construct()

public __construct(string $value, string $type) : mixed
Parameters
$value : string
$type : string

__toString()

public __toString() : string
Return values
string

expression()

public static expression(string $value) : self
Parameters
$value : string
Return values
self

getIdent()

public getIdent() : string
Return values
string

getLength()

public getLength() : int
Return values
int

getType()

public getType() : string
Return values
string

getValue()

public getValue() : string
Return values
string

raw()

public static raw(string $value) : self
Parameters
$value : string
Return values
self

        
On this page

Search results