示例#1
0
 /**
  * Initialize update paths
  */
 public function initializeObject()
 {
     $this->setDownloadTargetPath(PATH_site . 'typo3temp/core-update/');
     $this->symlinkToCoreFiles = $this->discoverCurrentCoreSymlink();
     $this->downloadBaseUri = $this->coreVersionService->getDownloadBaseUri();
 }