PHP Class Neomerx\JsonApi\Encoder\Parameters\EncodingParameters

Inheritance: implements Neomerx\JsonApi\Contracts\Encoder\Parameters\EncodingParametersInterface
Afficher le fichier Open project: neomerx/json-api

Méthodes publiques

Méthode Description
__construct ( string[] | null $includePaths = null, array $fieldSets = null, Neomerx\JsonApi\Contracts\Encoder\Parameters\SortParameterInterface[] | null $sortParameters = null, array $pagingParameters = null, array $filteringParameters = null, array $unrecognizedParams = null )
getFieldSet ( $type )
getFieldSets ( )
getFilteringParameters ( )
getIncludePaths ( )
getPaginationParameters ( )
getSortParameters ( )
getUnrecognizedParameters ( )
isEmpty ( )

Method Details

__construct() public méthode

public __construct ( string[] | null $includePaths = null, array $fieldSets = null, Neomerx\JsonApi\Contracts\Encoder\Parameters\SortParameterInterface[] | null $sortParameters = null, array $pagingParameters = null, array $filteringParameters = null, array $unrecognizedParams = null )
$includePaths string[] | null
$fieldSets array
$sortParameters Neomerx\JsonApi\Contracts\Encoder\Parameters\SortParameterInterface[] | null
$pagingParameters array
$filteringParameters array
$unrecognizedParams array

getFieldSet() public méthode

public getFieldSet ( $type )

getFieldSets() public méthode

public getFieldSets ( )

getFilteringParameters() public méthode

getIncludePaths() public méthode

public getIncludePaths ( )

getPaginationParameters() public méthode

getSortParameters() public méthode

public getSortParameters ( )

getUnrecognizedParameters() public méthode

isEmpty() public méthode

public isEmpty ( )