Calls a method that has to be implemented though the tags interface
public static callFromInterface ( string $module, string $class, string $method, mixed $parameter = null ) : mixed | ||
$module | string | The module wherein to search. |
$class | string | The class that should contain the method. |
$method | string | The method to call. |
$parameter | mixed | The parameters to pass. |
return | mixed |