EmailWriter

Implements \EmailWriterInterface

Class EmailWriter

Writes email records in the database (insert/update operations).

category

System

package

Email

subpackage

Repository

Methods

Class Constructor

__construct(\CI_DB_query_builder $db) 

Arguments

$db

\CI_DB_query_builder

Query builder.

htmlentitiesWrapper

htmlentitiesWrapper( $string,  $flags = false,  $encoding = '',  $doubleEncode = true) 
inherited

Arguments

$string

$flags

$encoding

$doubleEncode

htmlEntityDecodeWrapper

htmlEntityDecodeWrapper( $string,  $flags = false,  $encoding = '') 
inherited

Arguments

$string

$flags

$encoding

Save (insert/update) an email record.

write(\EmailInterface $email) 

Arguments

$email

\EmailInterface

E-Mail.

Properties