Neomerx\JsonApi\Factories\Factory::createQueryChecker PHP 메소드

createQueryChecker() 공개 메소드

public createQueryChecker ( $allowUnrecognized = true, array $includePaths = null, array $fieldSetTypes = null, array $sortParameters = null, array $pagingParameters = null, array $filteringParameters = null )
$includePaths array
$fieldSetTypes array
$sortParameters array
$pagingParameters array
$filteringParameters array
    public function createQueryChecker($allowUnrecognized = true, array $includePaths = null, array $fieldSetTypes = null, array $sortParameters = null, array $pagingParameters = null, array $filteringParameters = null)
    {
        return new RestrictiveQueryChecker($allowUnrecognized, $includePaths, $fieldSetTypes, $sortParameters, $pagingParameters, $filteringParameters);
    }