We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a187d12 commit 8e15884Copy full SHA for 8e15884
src/Archive/MemberInterface.php
@@ -11,6 +11,7 @@
11
12
namespace Alchemy\Zippy\Archive;
13
14
+use Alchemy\Zippy\Adapter\Resource\ResourceInterface;
15
use Alchemy\Zippy\Exception\InvalidArgumentException;
16
use Alchemy\Zippy\Exception\RuntimeException;
17
@@ -62,7 +63,14 @@ public function getSize();
62
63
* @throws InvalidArgumentException In case no members could be removed or provide extract target directory is not valid
64
*/
65
public function extract($to = null, $overwrite = false);
-
66
+
67
+ /**
68
+ * Get resource.
69
+ *
70
+ * @return ResourceInterface
71
+ * */
72
+ public function getResource();
73
74
/**
75
* @inheritdoc
76
0 commit comments