Wallmander\ElasticsearchIndexer\Model\Query::formatArgs PHP Method

formatArgs() public method

public formatArgs ( WP_Query $wpQuery )
$wpQuery WP_Query
    public function formatArgs(WP_Query $wpQuery)
    {
        WpConverter::formatArgs($this, $wpQuery);
        return $this;
    }