コード例 #1
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('emailPreview');
     $this->exposeMethod('previewPrint');
     $this->exposeMethod('emailForward');
     $this->exposeMethod('emailEdit');
     $this->exposeMethod('composeMailData');
 }
コード例 #2
0
ファイル: ComposeEmail.php プロジェクト: cin-system/cinrepo
 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
ファイル: Basic.php プロジェクト: cannking/vtigercrm-debug
 function __construct()
 {
     parent::__construct();
 }
コード例 #4
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('massSave');
 }