Skip to content

Instantly share code, notes, and snippets.

@nulpatrol
Created November 9, 2016 13:17
Show Gist options
  • Save nulpatrol/02b20e92f9a5d2a0903e53c89a05f492 to your computer and use it in GitHub Desktop.
Save nulpatrol/02b20e92f9a5d2a0903e53c89a05f492 to your computer and use it in GitHub Desktop.
Where static method defined
$reflectionMethod = new ReflectionMethod('Auth::routes');
print $reflectionMethod->getFileName() . ':' . $reflectionMethod->getStartLine();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment