Neomerx\JsonApi\Factories\Factory::createQueryParameters PHP Method

createQueryParameters() public method

public createQueryParameters ( $includePaths = null, array $fieldSets = null, $sortParameters = null, array $pagingParameters = null, array $filteringParameters = null, array $unrecognizedParams = null )
$fieldSets array
$pagingParameters array
$filteringParameters array
$unrecognizedParams array
    public function createQueryParameters($includePaths = null, array $fieldSets = null, $sortParameters = null, array $pagingParameters = null, array $filteringParameters = null, array $unrecognizedParams = null)
    {
        return new EncodingParameters($includePaths, $fieldSets, $sortParameters, $pagingParameters, $filteringParameters, $unrecognizedParams);
    }