Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F939750
Middleware.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
519 B
Referenced Files
None
Subscribers
None
Middleware.php
View Options
<?php
namespace
PhpMimeMailParser\Contracts
;
use
PhpMimeMailParser\MimePart
;
use
PhpMimeMailParser\MiddlewareStack
;
/**
* Process Mime parts by either:
* processing the part or calling the $next MiddlewareStack
*/
interface
Middleware
{
/**
* Process a mime part, optionally delegating parsing to the $next MiddlewareStack
*
* @param MimePart $part
* @param MiddlewareStack $next
*
* @return MimePart
*/
public
function
parse
(
MimePart
$part
,
MiddlewareStack
$next
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jun 17, 5:07 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
221799
Default Alt Text
Middleware.php (519 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment