name: HttpHeaderSerializer class_comment: null dependencies: - name: LinkInterface type: class source: Psr\Link\LinkInterface properties: [] methods: - name: serialize visibility: public parameters: - name: links comment: "# * Serializes a list of Link instances to an HTTP Link header.\n# *\n\ # * @see https://tools.ietf.org/html/rfc5988\n# *\n# * @author K\xE9vin Dunglas\ \ \n# */\n# final class HttpHeaderSerializer\n# {\n# /**\n\ # * Builds the value of the \"Link\" HTTP header.\n# *\n# * @param LinkInterface[]|\\\ Traversable $links" traits: - Psr\Link\LinkInterface interfaces: []