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