1 | <?php |
||
23 | abstract class AbstractIconTwigExtension extends AbstractAdminBSBTwigExtension { |
||
24 | |||
25 | /** |
||
26 | * Constructor. |
||
27 | */ |
||
28 | protected function __construct() { |
||
31 | |||
32 | /** |
||
33 | * Displays an AdminBSB icon. |
||
34 | * |
||
35 | * @param string $name The icon name. |
||
36 | * @param string $style The icon style. |
||
37 | * @param string $class The icon class. |
||
38 | * @return string Returns the AdminBSB icon. |
||
39 | */ |
||
40 | protected function adminBSBIcon($name, $style, $class = null) { |
||
54 | |||
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.