diff options
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/IStreamImage.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/public/IStreamImage.php b/lib/public/IStreamImage.php index a93381dd5ed..128251f7e69 100644 --- a/lib/public/IStreamImage.php +++ b/lib/public/IStreamImage.php @@ -27,4 +27,9 @@ namespace OCP; * @since 24.0.0 */ interface IStreamImage extends IImage { + /** + * @since 24.0.0 + * @return false|resource Returns the image resource if any + */ + public function resource(); } |