ValueInterface

ValueInterface

interface ValueInterface

Methods

string render()

Renders string representation of expression.

string renderPattern()

Renders string representation of pattern.

bool isCaseSensitive()

Returns value case sensitivity.

int getType()

Returns expression type.

$this prepend(string $expr)
$this append(string $expr)

Details

string render()