コード例 #1
0
ファイル: ProxySource.php プロジェクト: georgjaehnig/sculpin
 /**
  * {@inheritdoc}
  */
 public function setPermalink(PermalinkInterface $permalink)
 {
     return $this->source->setPermalink($permalink);
 }