Home
last modified time | relevance | path

Searched refs:get_permanent_uri (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DResponse.php44 public function get_permanent_uri(): string; function
H A DRawTextResponse.php47 public function get_permanent_uri(): string function in SimplePie\\HTTP\\RawTextResponse
H A DPsr7Response.php44 public function get_permanent_uri(): string function in SimplePie\\HTTP\\Psr7Response
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php310 public function get_permanent_uri(): string function in SimplePie\\File
438 $file->permanent_url = $response->get_permanent_uri();
H A DSimplePie.php2090 $this->permanent_url = $file->get_permanent_uri();
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md49 …- `SimplePie\File::$permanent_url` is deprecated, use `SimplePie\File::get_permanent_uri()` instead