Example #1
0
 /**
  * {@inheritdoc}
  */
 public function file()
 {
     return $this->source->file();
 }
Example #2
0
 /**
  * {@inheritdoc}
  */
 public function file()
 {
     return $this->source->useFileReference() ? $this->source->file() : null;
 }