platform/api/symfony/Component/Console/Helper/HelperInterface.yaml
2024-09-02 10:44:11 -07:00

34 lines
687 B
YAML

name: HelperInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: setHelperSet
visibility: public
parameters:
- name: helperSet
comment: '# * HelperInterface is the interface all helpers must implement.
# *
# * @author Fabien Potencier <fabien@symfony.com>
# */
# interface HelperInterface
# {
# /**
# * Sets the helper set associated with this helper.'
- name: getHelperSet
visibility: public
parameters: []
comment: '# * Gets the helper set associated with this helper.'
- name: getName
visibility: public
parameters: []
comment: '# * Returns the canonical name of this helper.'
traits: []
interfaces: []