芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/system/ObjectExtender.php
$aValue) { $aValue['@Extended'] = true; $this->_aObjects[$sType][$sModule . Module\AbstractModule::$Delimiter . $sKey] = $aValue; } } /** * * @param string $sType * @return array */ public function getObject($sType) { return isset($this->_aObjects[$sType]) ? $this->_aObjects[$sType] : []; } /** * * @param string $sType * @return boolean */ public function issetObject($sType) { return isset($this->_aObjects[$sType]); } public function getExtendedProps($sType) { return isset($this->_aObjects[$sType]) ? $this->_aObjects[$sType] : []; } }