コード例 #1
0
ファイル: Response.php プロジェクト: MPParsley/xconnect
 /**
  * Get the information attached to the response.
  *
  * @return Info
  */
 public function getInfo()
 {
     return $this->file->getInfo();
 }