Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Jyxo
Mail
Email
Attachment
FileAttachment
PHP Class Jyxo\Mail\Email\Attachment\FileAttachment
Author:
Jaroslav Hanslík
Inheritance:
extends
Jyxo\Mail\Email\Attachment
Mostrar archivo
Open project: jyxo/php
Protected Properties
Property
Type
Description
$disposition
string
Type.
Public Methods
Method
Description
__construct
(
string
$path
,
string
$name
,
string
$mimeType
= 'application/octet-stream' )
Creates an attachment.
Method Details
__construct()
public
method
Creates an attachment.
public
__construct
(
string
$path
,
string
$name
,
string
$mimeType
= 'application/octet-stream' )
$path
string
Filename
$name
string
Attachment name
$mimeType
string
Attachment mime-type
Property Details
$disposition
protected_oe property
Type.
protected
string
$disposition
return
string