formatArgs() public static method

public static formatArgs ( Query $query, Wp_Query $wpQuery )
$query Wallmander\ElasticsearchIndexer\Model\Query
$wpQuery Wp_Query
 public function formatArgs(WP_Query $wpQuery)
 {
     WpConverter::formatArgs($this, $wpQuery);
     return $this;
 }