PathTemplate
class PathTemplate implements Countable
Methods
__construct($data)
No description
__toString()
No description
count()
No description
string
render(array $bindings)
Renders a path template using the provided bindings.
array
match(string $path)
Matches a fully qualified path template string.
Details
at line 43
__construct($data)
at line 50
__toString()
at line 55
count()
at line 70
string
render(array $bindings)
Renders a path template using the provided bindings.
at line 114
array
match(string $path)
Matches a fully qualified path template string.