| 1 | <?php namespace Mascame\Artificer\Http\Controllers; |
||
| 9 | class ExtensionController extends BaseController |
||
| 10 | { |
||
| 11 | protected $type; |
||
| 12 | |||
| 13 | protected function getManager() { |
||
| 20 | |||
| 21 | protected function getType() { |
||
| 26 | |||
| 27 | public function extensions() |
||
| 33 | |||
| 34 | public function install($plugin) |
||
| 42 | |||
| 43 | public function uninstall($plugin) |
||
| 51 | |||
| 52 | protected function getExtensionSlug($plugin) { |
||
| 55 | |||
| 56 | } |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.