38 lines
668 B
YAML
38 lines
668 B
YAML
|
name: ServiceCallMessage
|
||
|
class_comment: '# * Represents a service call.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @author valtzu <valtzu@gmail.com>'
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: serviceId
|
||
|
- name: method
|
||
|
default: '''__invoke'''
|
||
|
- name: arguments
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: getServiceId
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getMethod
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getArguments
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: __toString
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits: []
|
||
|
interfaces:
|
||
|
- \Stringable
|