1 | <?php |
||
23 | class NullAspectKernel implements AspectDriverInterface |
||
24 | { |
||
25 | /** |
||
26 | * @param null $module |
||
27 | */ |
||
28 | public function register($module = null) |
||
32 | |||
33 | /** |
||
34 | * weaving |
||
35 | */ |
||
36 | public function weave() |
||
40 | |||
41 | /** |
||
42 | * @deprecated |
||
43 | * boot aspect kernel |
||
44 | */ |
||
45 | public function dispatch() |
||
49 | } |
||
50 |