Methods | ||
---|---|---|
public
|
getName(): string
Returns the name of the namespace. This is what users will call, e.g. the name
"foo" will be invoked by the user as `…
Returns the name of the namespace. This is what users will call, e.g. the name
"foo" will be invoked by the user as |
# |
public
|
getObject(Transport|TransportInterface $transport, SerializerInterface $serializer): Object
Returns the actual namespace object which contains your custom methods. The transport
and serializer objects are…
Returns the actual namespace object which contains your custom methods. The transport and serializer objects are provided so that your namespace may do whatever custom logic is required. |
# |