Initializes the $pattern, $interleaved, $params and $regex
properties.
Initializes the $pattern, $interleaved, $params and $regex
properties.
Parameters
$pattern
A route pattern.
public
__toString( void )
: string
Returns the route pattern specified during construct.
Returns the route pattern specified during construct.
Returns
string
public
format( array|object$values = null )
: string
Formats a pattern with the specified values.
Formats a pattern with the specified values.
Parameters
$values
The values to format the pattern, either as an array or an
object. If value is an instance of ICanBoogie\Routing\ToSlug the to_slug() method is used to
transform the instance into a URL component.