AttachmentsHandlerInterface refactored
This commit is contained in:
15
src/BeSimple/SoapCommon/AttachmentsHandlerInterface.php
Normal file
15
src/BeSimple/SoapCommon/AttachmentsHandlerInterface.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace BeSimple\SoapCommon;
|
||||
|
||||
use BeSimple\SoapCommon\Storage\RequestHandlerAttachmentsStorage;
|
||||
|
||||
interface AttachmentsHandlerInterface
|
||||
{
|
||||
public function addAttachmentStorage(RequestHandlerAttachmentsStorage $requestHandlerAttachmentsStorage);
|
||||
|
||||
/**
|
||||
* @return RequestHandlerAttachmentsStorage
|
||||
*/
|
||||
public function getAttachmentStorage();
|
||||
}
|
Reference in New Issue
Block a user