function __construct()
 {
     parent::__construct();
     $this->exposeMethod('emailPreview');
     $this->exposeMethod('previewPrint');
     $this->exposeMethod('emailForward');
     $this->exposeMethod('emailEdit');
     $this->exposeMethod('composeMailData');
 }
Example #2
0
 function __construct()
 {
     global $log;
     $log->debug("Entering ./views/ComposeEmail.php::__construct");
     parent::__construct();
     $this->exposeMethod('emailPreview');
     $this->exposeMethod('previewPrint');
     $this->exposeMethod('emailForward');
     $this->exposeMethod('emailEdit');
     $this->exposeMethod('composeMailData');
 }
Example #3
0
 function __construct()
 {
     parent::__construct();
 }
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('massSave');
 }