- Openclerk\RoutedPage
abstract class Openclerk \ RoutedPage
Allows pages and user interface components to be defined at runtime.
Method Summary
Name | Description |
---|---|
getPath() | Get the path for this routed page along with arguments |
render($arguments) |
abstract function getPath()
Get the path for this routed page along with arguments
- Returns:
e.g. "/admin/exceptions" or "/currencies/:currency"