Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
EmailRecipient Class Reference

Public Member Functions

 __construct ($to, $from= '', $name= '', $skipValidation=false)

Public Attributes

 $to
 $from
 $name
 $skipValidation

Detailed Description

Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales.nosp@m.@gen.nosp@m.tics..nosp@m.com http://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.

This class represents email recipient for Notificator

Definition at line 12 of file EmailRecipient.php.

Constructor & Destructor Documentation

EmailRecipient::__construct (   $to,
  $from = '',
  $name = '',
  $skipValidation = false 
)

Constructor

Parameters
string$toemail of recipient
string$fromemail of sender
string$namename of recipient
bool$skipValidationdefines if validation should be skipped
Returns

Definition at line 44 of file EmailRecipient.php.

{
$this->to = $to;
$this->from = $from;
$this->name = $name;
$this->skipValidation = $skipValidation;
}

The documentation for this class was generated from the following file: