IMessagePartFactory
    
            
            in package
            
        
    
    
    
        
            Abstract factory for subclasses of IMessagePart.
Tags
Table of Contents
- $partStreamContainerFactory : PartStreamContainerFactory
 - $streamFactory : StreamFactory
 - __construct() : mixed
 - newInstance() : IMessagePart
 - Constructs a new IMessagePart object and returns it
 
Properties
$partStreamContainerFactory
    protected
        PartStreamContainerFactory
    $partStreamContainerFactory
    
    
    
    
$streamFactory
    protected
        StreamFactory
    $streamFactory
    
    
    
    
Methods
__construct()
    public
                    __construct(StreamFactory $streamFactory, PartStreamContainerFactory $partStreamContainerFactory) : mixed
        
        Parameters
- $streamFactory : StreamFactory
 - $partStreamContainerFactory : PartStreamContainerFactory
 
Return values
mixed —newInstance()
Constructs a new IMessagePart object and returns it
    public
    abstract                newInstance() : IMessagePart