Exemple #1
0
 function __construct()
 {
     global $log;
     $log->debug("Entering ./views/ShowTagCloud.php::__construct");
     parent::__construct();
     $this->exposeMethod('showTags');
 }
Exemple #2
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getUsersList');
     $this->exposeMethod('getGroupsList');
     $this->exposeMethod('getActivityType');
 }
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showMassEditForm');
     $this->exposeMethod('showAddCommentForm');
     $this->exposeMethod('showComposeEmailForm');
     $this->exposeMethod('showSendSMSForm');
     $this->exposeMethod('showDuplicatesSearchForm');
     $this->exposeMethod('transferOwnership');
 }
 function __construct()
 {
     global $log;
     $log->debug("Entering ./views/MassActionAjax.php::__construct");
     parent::__construct();
     $this->exposeMethod('showMassEditForm');
     $this->exposeMethod('showAddCommentForm');
     $this->exposeMethod('showComposeEmailForm');
     $this->exposeMethod('showSendSMSForm');
     $this->exposeMethod('showDuplicatesSearchForm');
     $this->exposeMethod('transferOwnership');
 }
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showMassEditForm');
     $this->exposeMethod('showAddCommentForm');
     $this->exposeMethod('showComposeEmailForm');
     $this->exposeMethod('showSendSMSForm');
     $this->exposeMethod('showDuplicatesSearchForm');
     $this->exposeMethod('transferOwnership');
     // SalesPlatform begin SPSocialConnector module
     $this->exposeMethod('showSendMessageForm');
     $this->exposeMethod('showEnterURLForm');
     // SalesPlatform end
 }
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showTags');
 }
Exemple #7
0
 public function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getPagination');
 }
Exemple #8
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getUsersList');
 }
Exemple #9
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showDiscounts');
     $this->exposeMethod('showTaxes');
 }
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getViewTypes');
     $this->exposeMethod('getSharedUsersList');
 }
Exemple #11
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('changePassword');
 }
Exemple #12
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getRssWidget');
     $this->exposeMethod('getRssAddForm');
 }