forEachPathRegistration()
forEachPathRegistration(String $key, \Bright\function $func, mixed $data = null)
Call a closure on each registrations of a path
Parameters
String |
$key |
path key |
\Bright\function |
$func |
a closure to call on the $data |
mixed |
$data |
data object to pass in |