コード例 #1
0
 /**
  * Set a cookie to be sent on the next API request.
  *
  * @param \Symfony\Component\HttpFoundation\Cookie $cookie
  * @return \Dingo\Api\Dispatcher 
  * @static 
  */
 public static function cookie($cookie)
 {
     return \Dingo\Api\Dispatcher::cookie($cookie);
 }