platform/api/symfony/Component/Mime/Crypto/SMime.yaml

49 lines
1,007 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []