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