platform/api/symfony/Component/WebLink/HttpHeaderSerializer.yaml

21 lines
638 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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\
\ <dunglas@gmail.com>\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: []