[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/vendor/simplepie/simplepie/src/Cache/ -> CallableNameFilter.php (summary)

SimplePie A PHP-Based RSS and Atom Feed Framework. Takes the hard work out of managing a complete RSS/Atom solution.

Author: Ryan Parman
Author: Sam Sneddon
Author: Ryan McCue
Copyright: 2004-2022 Ryan Parman, Sam Sneddon, Ryan McCue
License: http://www.opensource.org/licenses/bsd-license.php BSD License
Link: http://simplepie.org/ SimplePie
File Size: 89 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  __construct()
  filter()

Functions
Functions that are not part of a class:

__construct(callable $callable)   X-Ref


filter(string $name)   X-Ref
Method to create cache filename with.

The returning name MUST follow the rules for keys in PSR-16.

return: string the new cache name
param: string $name The name for the cache will be most likly an url with query string
link: https://www.php-fig.org/psr/psr-16/