Overview

Namespaces

  • Jyxo
    • Beholder
      • TestCase
    • Gettext
      • Parser
    • Input
      • Chain
      • Filter
      • Validator
    • Mail
      • Email
        • Attachment
      • Parser
      • Sender
    • Rpc
      • Json
      • Xml
    • Shell
    • Spl
    • Svn
    • Time
    • Webdav
  • PHP

Classes

  • File
  • InlineFile
  • InlineString
  • String
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated

Class InlineFile

Inline mail attachment created from a file.

Jyxo\Spl\Object implements Jyxo\Spl\ArrayCopy
Extended by Jyxo\Mail\Email\Attachment
Extended by Jyxo\Mail\Email\Attachment\InlineFile
Namespace: Jyxo\Mail\Email\Attachment
Category: Jyxo
Package: Jyxo\Mail
Subpackage: Email
Copyright: Copyright (c) 2005-2011 Jyxo, s.r.o.
License: https://github.com/jyxo/php/blob/master/license.txt
Author: Jaroslav HanslĂ­k
Located at Mail/Email/Attachment/InlineFile.php
Methods summary
public
# __construct( string $path, string $name, string $cid, string $mimeType = 'application/octet-stream' )

Creates an attachment.

Creates an attachment.

Parameters

$path
string
Filename
$name
string
Attachment name
$cid
string
Id
$mimeType
string
Attachment mime-type
public Jyxo\Mail\Email\Attachment\File
# setCid( string $cid )

Sets Id.

Sets Id.

Parameters

$cid
string
Id

Returns

Jyxo\Mail\Email\Attachment\File
Methods inherited from Jyxo\Mail\Email\Attachment
getCid(), getContent(), getDisposition(), getEncoding(), getMimeType(), getName(), isInline(), setContent(), setMimeType(), setName()
Methods inherited from Jyxo\Spl\Object
__get(), __isset(), __set(), getClass(), toArray()
Constants inherited from Jyxo\Mail\Email\Attachment
DISPOSITION_ATTACHMENT, DISPOSITION_INLINE
Properties summary
protected string $disposition Jyxo\Mail\Email\Attachment::DISPOSITION_INLINE
#

Type.

Type.

Properties inherited from Jyxo\Mail\Email\Attachment
$cid, $content, $encoding, $mimeType, $name
Jyxo PHP Library API documentation generated by ApiGen 2.3.0