Segment
class Segment extends ArrayObject
This class represents a segment in a path template.
We extend ArrayObject to allow property access from JisonParser
Constants
BINDING |
|
END_BINDING |
|
TERMINAL |
|
Properties
$kind | |||
$literal |
Methods
__construct($kind, $literal)
No description
static
getBindingCount()
No description
static
incrementBindingCount()
No description
static
resetBindingCount()
No description
static
getSegmentCount()
No description
static
incrementSegmentCount()
No description
static
resetSegmentCount()
No description