芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitio.in/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/AbstractBuilderComponent.php
$value) { $this->setSingle($key, $value); } } else { $this->setSingle($keyOrData, $value); } return $this; } private function setSingle($key, $value) { $this->data[$key] = $value; } public function getData() { return array_merge($this->defaultData, $this->data); } /** * @param AbstractBuilderComponent $component */ public function add($component) { } }