We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the $dyanmicPath->get() function is called without a parameter, and there is only one dynamic part to the path, it should return it.
$dyanmicPath->get()
If there is more than one part of the path that's dynamic, and an identifier hasn't been supplied, throw an exception.
The text was updated successfully, but these errors were encountered:
Rather than throwing an exception, it might be more useful to just return the deepest dynamic path variable.
Sorry, something went wrong.
feature: dynamic path without a get parameter returns deepest dynamic…
83053cf
… match closes #5
Successfully merging a pull request may close this issue.
If the
$dyanmicPath->get()
function is called without a parameter, and there is only one dynamic part to the path, it should return it.If there is more than one part of the path that's dynamic, and an identifier hasn't been supplied, throw an exception.
The text was updated successfully, but these errors were encountered: