api/symfony/Component/Console/Input/InputAwareInterface.yaml
2024-09-26 02:03:21 -07:00

29 lines
463 B
YAML

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: []