v.0.1
This commit is contained in:
13
vendor/craft-group/phroute/src/Phroute/HandlerResolverInterface.php
vendored
Normal file
13
vendor/craft-group/phroute/src/Phroute/HandlerResolverInterface.php
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?php namespace Phroute\Phroute;
|
||||
|
||||
interface HandlerResolverInterface {
|
||||
|
||||
/**
|
||||
* Create an instance of the given handler.
|
||||
*
|
||||
* @param $handler
|
||||
* @return array
|
||||
*/
|
||||
|
||||
public function resolve($handler);
|
||||
}
|
Reference in New Issue
Block a user