48 lines
933 B
YAML
48 lines
933 B
YAML
|
name: SMimePart
|
||
|
class_comment: '# * @author Sebastiaan Stok <s.stok@rollerscapes.net>'
|
||
|
dependencies:
|
||
|
- name: Headers
|
||
|
type: class
|
||
|
source: Symfony\Component\Mime\Header\Headers
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: body
|
||
|
- name: type
|
||
|
- name: subtype
|
||
|
- name: parameters
|
||
|
comment: null
|
||
|
- name: getMediaType
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getMediaSubtype
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: bodyToString
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: bodyToIterable
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getPreparedHeaders
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: __sleep
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: __wakeup
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Mime\Header\Headers
|
||
|
interfaces: []
|