コード例 #1
0
ファイル: Legacy.php プロジェクト: dfritschy/ezpublish-kernel
 /**
  * Sets the IOService prefix
  */
 public function setPrefix($prefix)
 {
     $this->publishedIOService->setPrefix($prefix);
     $this->draftIOService->setPrefix($prefix);
 }