44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
|
name: AbstractMultipartPart
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: Headers
|
||
|
type: class
|
||
|
source: Symfony\Component\Mime\Header\Headers
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: getParts
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: "# * @author Fabien Potencier <fabien@symfony.com>\n# */\n# abstract class\
|
||
|
\ AbstractMultipartPart extends AbstractPart\n# {\n# private ?string $boundary\
|
||
|
\ = null;\n# private array $parts = [];\n# \n# public function __construct(AbstractPart\
|
||
|
\ ...$parts)\n# {\n# parent::__construct();\n# \n# foreach ($parts as $part) {\n\
|
||
|
# $this->parts[] = $part;\n# }\n# }\n# \n# /**\n# * @return AbstractPart[]"
|
||
|
- name: getMediaType
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getPreparedHeaders
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: bodyToString
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: bodyToIterable
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: asDebugString
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getBoundary
|
||
|
visibility: private
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Mime\Header\Headers
|
||
|
interfaces: []
|