api/symfony/Component/Mime/Header/UnstructuredHeader.yaml
2024-09-26 02:03:21 -07:00

36 lines
1 KiB
YAML

name: UnstructuredHeader
class_comment: '# * A Simple MIME Header.
# *
# * @author Chris Corbyn'
dependencies: []
properties: []
methods:
- name: setBody
visibility: public
parameters:
- name: body
comment: "# * A Simple MIME Header.\n# *\n# * @author Chris Corbyn\n# */\n# class\
\ UnstructuredHeader extends AbstractHeader\n# {\n# private string $value;\n#\
\ \n# public function __construct(string $name, string $value)\n# {\n# parent::__construct($name);\n\
# \n# $this->setValue($value);\n# }\n# \n# /**\n# * @param string $body"
- name: getBody
visibility: public
parameters: []
comment: null
- name: getValue
visibility: public
parameters: []
comment: '# * Get the (unencoded) value of this header.'
- name: setValue
visibility: public
parameters:
- name: value
comment: '# * Set the (unencoded) value of this header.'
- name: getBodyAsString
visibility: public
parameters: []
comment: '# * Get the value of this header prepared for rendering.'
traits: []
interfaces: []