JSStyleMethod
extends JSStyleMethod
Table of Contents
Methods
-
__construct()
: mixed
__construct()
public
__construct(Access $access, string $name[, array<string|int, Parameter> $parameters = [] ][, string|Type|ReturnType $returnType = "void" ][, string|null $body = null ][, string|null $description = null ][, array<string|int, string>|array<string|int, Type>|array<string|int, ReturnType> $throws = [] ][, int $flags = PHPJSStyleMethod::NONE ]) : mixed
Parameters
-
$access
: Access
-
-
$name
: string
-
-
$parameters
: array<string|int, Parameter>
= []
-
-
$returnType
: string|Type|ReturnType
= "void"
-
-
$body
: string|null
= null
-
-
$description
: string|null
= null
-
-
$throws
: array<string|int, string>|array<string|int, Type>|array<string|int, ReturnType>
= []
-
-
$flags
: int
= PHPJSStyleMethod::NONE
-