platform/api/symfony/Component/Mime/Encoder/Base64ContentEncoder.yaml

24 lines
486 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: Base64ContentEncoder
class_comment: null
dependencies:
- name: RuntimeException
type: class
source: Symfony\Component\Mime\Exception\RuntimeException
properties: []
methods:
- name: encodeByteStream
visibility: public
parameters:
- name: stream
- name: maxLineLength
default: '0'
comment: null
- name: getName
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Mime\Exception\RuntimeException
interfaces:
- ContentEncoderInterface