35 lines
740 B
YAML
35 lines
740 B
YAML
name: HigherOrderTapProxy
|
|
class_comment: null
|
|
dependencies: []
|
|
properties:
|
|
- name: target
|
|
visibility: public
|
|
comment: '# * The target being tapped.
|
|
|
|
# *
|
|
|
|
# * @var mixed'
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: target
|
|
comment: "# * The target being tapped.\n# *\n# * @var mixed\n# */\n# public $target;\n\
|
|
# \n# /**\n# * Create a new tap proxy instance.\n# *\n# * @param mixed $target\n\
|
|
# * @return void"
|
|
- name: __call
|
|
visibility: public
|
|
parameters:
|
|
- name: method
|
|
- name: parameters
|
|
comment: '# * Dynamically pass method calls to the target.
|
|
|
|
# *
|
|
|
|
# * @param string $method
|
|
|
|
# * @param array $parameters
|
|
|
|
# * @return mixed'
|
|
traits: []
|
|
interfaces: []
|