Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.08 KB

template.md

File metadata and controls

66 lines (40 loc) · 1.08 KB

Signatures

(1) void myMethod(string $parameter1)
(2) void myMethod(string $parameter1, string $parameter2)
(3) void myMethod(string $parameter1, string $parameter2 [, string $parameter3 = "Hi"])

Deprecated Signatures

Description

A long description. Method references should be specified as links: myMethod().

Parameters

parameter1

Description of parameter1.

Example

{
	"example": "Use JSON to document example values."
}

Return Values

Errors

Exceptions

This method only throws default exceptions.

Changelog

Examples