function __construct()
 {
     parent::__construct();
     $this->exposeMethod('emailPreview');
     $this->exposeMethod('previewPrint');
     $this->exposeMethod('emailForward');
     $this->exposeMethod('emailEdit');
     $this->exposeMethod('composeMailData');
 }
Esempio n. 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');
 }
Esempio n. 3
0
 function __construct()
 {
     parent::__construct();
 }
Esempio n. 4
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('massSave');
 }