/**
  * For internal usage only.
  */
 public function serviceDeleteEntityService($iContentId, $bDeleteWithContent = false)
 {
     return parent::serviceDeleteEntity($iContentId, 'deleteDataService');
 }
 function __construct(&$aModule)
 {
     parent::__construct($aModule);
     $this->_iAccountId = getLoggedId();
 }
Exemple #3
0
 /**
  * Constructor
  */
 function __construct($aModule)
 {
     parent::__construct($aModule);
     $this->_oConfig->init($this->_oDb);
 }
 function __construct(&$aModule)
 {
     parent::__construct($aModule);
 }