name: ServerBag class_comment: '# * ServerBag is a container for HTTP headers from the $_SERVER variable. # * # * @author Fabien Potencier # * @author Bulat Shakirzyanov # * @author Robert Kiss ' dependencies: [] properties: [] methods: - name: getHeaders visibility: public parameters: [] comment: '# * ServerBag is a container for HTTP headers from the $_SERVER variable. # * # * @author Fabien Potencier # * @author Bulat Shakirzyanov # * @author Robert Kiss # */ # class ServerBag extends ParameterBag # { # /** # * Gets the HTTP headers.' traits: [] interfaces: []