mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-11 19:03:46 +02:00
Add more front-end controllers, language file cleanup
This commit is contained in:
@@ -31,6 +31,8 @@ interface FileRepositoryInterface extends BaseRepositoryInterface
|
||||
*
|
||||
* @param string $path
|
||||
* @return object
|
||||
*
|
||||
* @throws \GuzzleHttp\Exception\RequestException
|
||||
*/
|
||||
public function getFileStat($path);
|
||||
|
||||
@@ -39,6 +41,8 @@ interface FileRepositoryInterface extends BaseRepositoryInterface
|
||||
*
|
||||
* @param string $path
|
||||
* @return object
|
||||
*
|
||||
* @throws \GuzzleHttp\Exception\RequestException
|
||||
*/
|
||||
public function getContent($path);
|
||||
|
||||
@@ -48,6 +52,8 @@ interface FileRepositoryInterface extends BaseRepositoryInterface
|
||||
* @param string $path
|
||||
* @param string $content
|
||||
* @return \Psr\Http\Message\ResponseInterface
|
||||
*
|
||||
* @throws \GuzzleHttp\Exception\RequestException
|
||||
*/
|
||||
public function putContent($path, $content);
|
||||
|
||||
@@ -56,6 +62,8 @@ interface FileRepositoryInterface extends BaseRepositoryInterface
|
||||
*
|
||||
* @param string $path
|
||||
* @return array
|
||||
*
|
||||
* @throws \GuzzleHttp\Exception\RequestException
|
||||
*/
|
||||
public function getDirectory($path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user