1 | <?php |
||
15 | class Instance extends AbstractRoute |
||
16 | { |
||
17 | public $class = ''; |
||
18 | protected $instance = null; |
||
19 | /** @var ReflectionMethod */ |
||
20 | protected $reflection; |
||
21 | |||
22 | 8 | public function __construct($method, $pattern, $instance) |
|
28 | |||
29 | 1 | public function getReflection($method) |
|
40 | |||
41 | 5 | public function runTarget($method, &$params) |
|
52 | } |
||
53 |