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

  • Result
  • Smtp

Exceptions

  • CreateException
  • Exception
  • RecipientUnknownException
  • SmtpException
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated

Class Result

Sending result.

Jyxo\Spl\Object implements Jyxo\Spl\ArrayCopy
Extended by Jyxo\Mail\Sender\Result
Namespace: Jyxo\Mail\Sender
Category: Jyxo
Package: Jyxo\Mail
Subpackage: Sender
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/Sender/Result.php
Methods summary
public string
# getMessageId( )

Returns email Id.

Returns email Id.

Returns

string
public Jyxo\Mail\Sender\Result
# setMessageId( string $messageId )

Sets email Id.

Sets email Id.

Parameters

$messageId
string
Email Id

Returns

Jyxo\Mail\Sender\Result
public string
# getSource( )

Returns email source.

Returns email source.

Returns

string
public Jyxo\Mail\Sender\Result
# setSource( string $source )

Sets email source.

Sets email source.

Parameters

$source
string

Returns

Jyxo\Mail\Sender\Result
public Jyxo\Time\Time
# getDatetime( )

Returns sending time.

Returns sending time.

Returns

Jyxo\Time\Time
public Jyxo\Mail\Sender\Result
# setDatetime( Jyxo\Time\Time $datetime )

Sets sending time.

Sets sending time.

Parameters

$datetime
Jyxo\Time\Time
Sending time

Returns

Jyxo\Mail\Sender\Result
Methods inherited from Jyxo\Spl\Object
__get(), __isset(), __set(), getClass(), toArray()
Jyxo PHP Library API documentation generated by ApiGen 2.3.0