platform/api/symfony/Component/Console/Input/InputAwareInterface.yaml

30 lines
463 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: InputAwareInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: setInput
visibility: public
parameters:
- name: input
comment: '# * InputAwareInterface should be implemented by classes that depends
on the
# * Console Input.
# *
# * @author Wouter J <waldio.webdesign@gmail.com>
# */
# interface InputAwareInterface
# {
# /**
# * Sets the Console Input.'
traits: []
interfaces: []