1 | <?php namespace Mascame\Artificer\Extension; |
||
7 | class Booter extends \Mascame\Extender\Booter\Booter implements BooterInterface { |
||
8 | |||
9 | /** |
||
10 | * @var \Mascame\Artificer\Plugin\Manager|\Mascame\Artificer\Widget\Manager |
||
11 | */ |
||
12 | protected $manager; |
||
13 | |||
14 | public function boot($instance, $name) |
||
22 | |||
23 | /** |
||
24 | * @param $instance |
||
25 | * @param $name |
||
26 | */ |
||
27 | protected function beforeBooting($instance, $name) { |
||
42 | |||
43 | /** |
||
44 | * @param $instance \Mascame\Artificer\Extension\AbstractExtension |
||
45 | * @param $name |
||
46 | */ |
||
47 | protected function afterBooting($instance, $name) { |
||
52 | |||
53 | /** |
||
54 | * @param $instance |
||
55 | */ |
||
56 | protected function addAssets($instance) { |
||
60 | } |
||
61 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.