1 2 3 4 5 6 7
/** * {{ doc_lines }} * {{ param_docs }} * @return {{ return_type }} Return value from the plugin method */ public function {{ method_name }}({{ method_params }}): {{ return_type }};