\AmfphpDiscovery_ServiceDescriptor

Contains all collected information about a service. This information will be used by the generator.

Summary

Methods
Properties
Constants
__construct()
$name
$methods
$comment
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

$methods

$methods : array

methods

Type

array — of MethodInfo

$comment

$comment : string

class level comment

Type

string

Methods

__construct()

__construct(string $name, array $methods, string $comment)

constructor

Parameters

string $name
array $methods
string $comment