be() 공개 메소드

Internal request will be authenticated as the given user.
public be ( mixed $user ) : Dispatcher
$user mixed
리턴 Dispatcher
예제 #1
0
 /**
  * Internal request will be authenticated as the given user.
  *
  * @param mixed $user
  * @return \Dingo\Api\Dispatcher 
  * @static 
  */
 public static function be($user)
 {
     return \Dingo\Api\Dispatcher::be($user);
 }