\AmfphpDiscovery_MethodDescriptor

Contains all collected information about a service method.

Summary

Methods
Properties
Constants
__construct()
$name
$parameters
$comment
$returnType
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$name

$name : string

name

Type

string

$parameters

$parameters : array

Type

array — of ParameterInfo

$comment

$comment : string

Type

string — method level comment

$returnType

$returnType : string

return type

Type

string

Methods

__construct()

__construct(string $name, array $parameters, string $comment, string $returnType)

constructor

Parameters

string $name
array $parameters
string $comment
string $returnType