Expression
class Expression implements ValueInterface
Constants
TYPE_REGEX |
|
TYPE_GLOB |
|
Methods
static Expression
create(string $expr)
No description
__construct(string $expr)
No description
string
__toString()
No description
string
render()
Renders string representation of expression.
string
renderPattern()
Renders string representation of pattern.
bool
isCaseSensitive()
No description
int
getType()
No description
prepend(string $expr)
No description
append(string $expr)
No description
bool
isRegex()
No description
bool
isGlob()
No description
Details
at line line 34
static Expression
create(string $expr)
at line line 42
__construct(string $expr)
at line line 54
string
__toString()
at line line 62
string
render()
Renders string representation of expression.
at line line 70
string
renderPattern()
Renders string representation of pattern.