platform/api/symfony/Component/Mime/Crypto/SMime.yaml
2024-09-02 10:44:11 -07:00

48 lines
1,007 B
YAML

name: SMime
class_comment: null
dependencies:
- name: RuntimeException
type: class
source: Symfony\Component\Mime\Exception\RuntimeException
- name: SMimePart
type: class
source: Symfony\Component\Mime\Part\SMimePart
properties: []
methods:
- name: normalizeFilePath
visibility: protected
parameters:
- name: path
comment: null
- name: iteratorToFile
visibility: protected
parameters:
- name: iterator
- name: stream
comment: null
- name: convertMessageToSMimePart
visibility: protected
parameters:
- name: stream
- name: type
- name: subtype
comment: null
- name: getStreamIterator
visibility: protected
parameters:
- name: stream
comment: null
- name: getMessageHeaders
visibility: private
parameters:
- name: headerData
comment: null
- name: getParametersFromHeader
visibility: private
parameters:
- name: header
comment: null
traits:
- Symfony\Component\Mime\Exception\RuntimeException
- Symfony\Component\Mime\Part\SMimePart
interfaces: []