[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/HttpCache/ -> Ssi.php (summary)

(no description)

File Size: 192 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Ssi:: (10 methods):
  __construct()
  getName()
  createCacheStrategy()
  hasSurrogateCapability()
  addSurrogateCapability()
  addSurrogateControl()
  needsParsing()
  renderIncludeTag()
  process()
  handle()


Class: Ssi  - X-Ref

Ssi implements the SSI capabilities to Request and Response instances.

__construct(array $contentTypes = array('text/html', 'text/xml', 'application/xhtml+xml', 'application/xml')   X-Ref

param: array $contentTypes An array of content-type that should be parsed for SSI information

getName()   X-Ref
{@inheritdoc}


createCacheStrategy()   X-Ref
{@inheritdoc}


hasSurrogateCapability(Request $request)   X-Ref
{@inheritdoc}


addSurrogateCapability(Request $request)   X-Ref
{@inheritdoc}


addSurrogateControl(Response $response)   X-Ref
{@inheritdoc}


needsParsing(Response $response)   X-Ref
{@inheritdoc}


renderIncludeTag($uri, $alt = null, $ignoreErrors = true, $comment = '')   X-Ref
{@inheritdoc}


process(Request $request, Response $response)   X-Ref
{@inheritdoc}


handle(HttpCache $cache, $uri, $alt, $ignoreErrors)   X-Ref
{@inheritdoc}




Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1