resolveHandler() публичный метод

Get the handler instance for the given command.
public resolveHandler ( mixed $command ) : mixed
$command mixed
Результат mixed
Пример #1
0
 /**
  * Get the handler instance for the given command.
  *
  * @param mixed $command
  * @return mixed 
  * @static 
  */
 public static function resolveHandler($command)
 {
     return \Illuminate\Bus\Dispatcher::resolveHandler($command);
 }