raw() public method

Return the raw response object once request is dispatched.
public raw ( ) : Dispatcher
return Dispatcher
コード例 #1
0
 /**
  * Return the raw response object once request is dispatched.
  *
  * @return \Dingo\Api\Dispatcher 
  * @static 
  */
 public static function raw()
 {
     return \Dingo\Api\Dispatcher::raw();
 }