Beispiel #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->to = "";
     $this->from = $this->app['adminEmail'];
     $this->sender = $this->app['name'];
     $this->subject = $this->app['name'] . ', form';
 }
Beispiel #2
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->target = 'flash-' . time();
 }