Created
August 13, 2014 19:42
-
-
Save brandonsavage/b581815da0ee34725ce3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
object(Aura\Router\Route)[181] | |
protected 'name' => string 'auth' (length=4) | |
protected 'path' => string '/' (length=1) | |
protected 'params' => | |
array (size=0) | |
empty | |
protected 'regex' => null | |
protected 'matches' => | |
array (size=0) | |
empty | |
protected 'debug' => null | |
protected 'spec' => | |
array (size=8) | |
'tokens' => | |
array (size=0) | |
empty | |
'server' => | |
array (size=0) | |
empty | |
'values' => | |
array (size=2) | |
'controller' => null | |
'action' => string 'auth' (length=4) | |
'secure' => null | |
'wildcard' => null | |
'routable' => boolean true | |
'is_match' => null | |
'generate' => null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment