once() публичный Метод

Only authenticate with the given user for a single request.
public once ( ) : Dispatcher
Результат Dispatcher
Пример #1
0
 /**
  * Only authenticate with the given user for a single request.
  *
  * @return \Dingo\Api\Dispatcher 
  * @static 
  */
 public static function once()
 {
     return \Dingo\Api\Dispatcher::once();
 }