public function __construct($sManagerName, $sStorageName, CApiGlobalManager &$oManager) { $this->sManagerName = strtolower($sManagerName); $this->sStorageName = strtolower($sStorageName); $this->oSettings =& $oManager->GetSettings(); $this->oLastException = null; }
public function __construct($sManagerName, CApiGlobalManager &$oManager, AApiModule $oModule = null) { $this->sManagerName = strtolower($sManagerName); $this->oSettings =& $oManager->GetSettings(); $this->oManager =& $oManager; $this->oLastException = null; $this->oModule = $oModule; }