43 lines
1 KiB
YAML
43 lines
1 KiB
YAML
name: RawMessage
|
|
class_comment: '# * @author Fabien Potencier <fabien@symfony.com>'
|
|
dependencies:
|
|
- name: LogicException
|
|
type: class
|
|
source: Symfony\Component\Mime\Exception\LogicException
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: message
|
|
comment: "# * @author Fabien Potencier <fabien@symfony.com>\n# */\n# class RawMessage\n\
|
|
# {\n# private bool $isGeneratorClosed;\n# \n# /**\n# * @param iterable|string|resource\
|
|
\ $message"
|
|
- name: __destruct
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: toString
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: toIterable
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: ensureValidity
|
|
visibility: public
|
|
parameters: []
|
|
comment: '# * @throws LogicException if the message is not valid'
|
|
- name: __serialize
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: __unserialize
|
|
visibility: public
|
|
parameters:
|
|
- name: data
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\Mime\Exception\LogicException
|
|
interfaces: []
|