This is automatic generated document for things in Swow\Psr7\Message\MessagePsr17FactoryTrait class
Trait MessagePsr17FactoryTrait
Properties
protected $streamFactory protected $uriFactory Methods
Method __constructMessagePsr17Factory
protected function __constructMessagePsr17Factory ( ?UriFactoryInterface $uriFactory , ?StreamFactoryInterface $streamFactory ) : void Method getStreamFactory
public function getStreamFactory ( ) : StreamFactoryInterface Method getUriFactory
public function getUriFactory ( ) : UriFactoryInterface Method setStreamFactory
public function setStreamFactory ( StreamFactoryInterface $streamFactory ) : static Method setUriFactory
public function setUriFactory ( UriFactoryInterface $uriFactory ) : static