1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/15553] Add method to get direct link

PHPBB3-15553
This commit is contained in:
Rubén Calvo
2018-02-17 19:15:54 +01:00
parent 1c9798320e
commit 9cb6d1bf13
3 changed files with 35 additions and 4 deletions

View File

@@ -85,4 +85,11 @@ interface adapter_interface
* When the file cannot be copied
*/
public function copy($path_orig, $path_dest);
/**
* Get direct link.
*
* @param string $path The file
*/
public function get_link($path);
}