25 lines
551 B
YAML
25 lines
551 B
YAML
|
name: DigestPart
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: AbstractMultipartPart
|
||
|
type: class
|
||
|
source: Symfony\Component\Mime\Part\AbstractMultipartPart
|
||
|
- name: MessagePart
|
||
|
type: class
|
||
|
source: Symfony\Component\Mime\Part\MessagePart
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: '...$parts'
|
||
|
comment: null
|
||
|
- name: getMediaSubtype
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Mime\Part\AbstractMultipartPart
|
||
|
- Symfony\Component\Mime\Part\MessagePart
|
||
|
interfaces: []
|