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

28 lines
593 B
YAML

name: WrappableOutputFormatterInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: formatAndWrap
visibility: public
parameters:
- name: message
- name: width
comment: '# * Formatter interface for console output that supports word wrapping.
# *
# * @author Roland Franssen <franssen.roland@gmail.com>
# */
# interface WrappableOutputFormatterInterface extends OutputFormatterInterface
# {
# /**
# * Formats a message according to the given styles, wrapping at `$width` (0 means
no wrapping).'
traits: []
interfaces: []