Neomerx\JsonApi\Schema\IdentitySchema::getRelationships PHP Method

getRelationships() public method

public getRelationships ( $resource, $isPrimary, array $includeRelationships )
$includeRelationships array
    public function getRelationships($resource, $isPrimary, array $includeRelationships)
    {
        // this method should not be called
        throw new LogicException();
    }