芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/midiatech/lib/Factory/DisplayEventFactory.php
setCommonDependencies($store, $log, $sanitizerService); } /** * @return DisplayEvent */ public function createEmpty() { return new DisplayEvent($this->getStore(), $this->getLog()); } }