Glob
class Glob implements ValueInterface
Methods
__construct(string $pattern)
No description
string
render()
Renders string representation of expression.
string
renderPattern()
Renders string representation of pattern.
int
getType()
Returns expression type.
bool
isCaseSensitive()
Returns value case sensitivity.
prepend(string $expr)
No description
append(string $expr)
No description
bool
isExpandable()
Tests if glob is expandable ("*.{a,b}" syntax).
Details
at line line 31
__construct(string $pattern)
at line line 39
string
render()
Renders string representation of expression.
at line line 47
string
renderPattern()
Renders string representation of pattern.
at line line 55
int
getType()
Returns expression type.
at line line 63
bool
isCaseSensitive()
Returns value case sensitivity.
at line line 71
ValueInterface
prepend(string $expr)
at line line 81
ValueInterface
append(string $expr)
at line line 93
bool
isExpandable()
Tests if glob is expandable ("*.{a,b}" syntax).