raw() 공개 메소드

Return the raw response object once request is dispatched.
public raw ( ) : Dispatcher
리턴 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();
 }