function __construct()
 {
     parent::__construct();
     $this->exposeMethod('addRelation');
     $this->exposeMethod('deleteRelation');
     $this->exposeMethod('getRelatedListPageCount');
 }
Beispiel #2
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('hasValidTemplate');
     $this->exposeMethod('validateRecords');
     $this->exposeMethod('generate');
 }
Beispiel #3
0
 function __construct()
 {
     global $log;
     $log->debug("Entering ./actions/TagCloud.php::__construct");
     parent::__construct();
     $this->exposeMethod('save');
     $this->exposeMethod('delete');
 }
Beispiel #4
0
 function __construct()
 {
     parent::__construct();
     $Methods = array('checkDuplicateKey', 'SaveCustomLabel', 'SaveCustomLabelValues', 'DeleteCustomLabels', 'SaveProductBlock', 'deleteProductBlocks', 'downloadMPDF', 'downloadFile', 'installExtension', 'savePDFBreakline', 'CheckDuplicateTemplateName', 'ChangeActiveOrDefault');
     foreach ($Methods as $method) {
         $this->exposeMethod($method);
     }
 }
Beispiel #5
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('indexTyped');
     $this->exposeMethod('stateTyped');
     $this->exposeMethod('checkEnable');
     $this->exposeMethod('fullAddressTyped');
     $this->kladrService = new KladrService();
 }
Beispiel #6
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getStep5Columns');
     $this->exposeMethod('getStep5SUMColumns');
     $this->exposeMethod('getFilterColHtml');
     $this->exposeMethod('getFilterDateHtml');
     $this->exposeMethod('DownloadFile');
     $this->exposeMethod('ExportXLS');
     $this->exposeMethod('showSettingsList');
     $this->exposeMethod('addWidget');
 }
Beispiel #7
0
 function __construct()
 {
     parent::__construct();
 }
Beispiel #8
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('execute');
 }
Beispiel #9
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('performCall');
 }
Beispiel #10
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('save');
     $this->exposeMethod('delete');
 }
Beispiel #11
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getEvent');
     $this->exposeMethod('updateEvent');
 }