Example #1
0
 /**
  * Get the information attached to the response.
  *
  * @return Info
  */
 public function getInfo()
 {
     return $this->file->getInfo();
 }
Example #2
0
 /**
  * Get the translation content.
  *
  * @return string
  */
 public function getContent()
 {
     return $this->file->getContent($this->info->getPath());
 }