Class MOXMAN_Handlers_DownloadHandler

InheritanceMOXMAN_Handlers_DownloadHandler
ImplementsMOXMAN_Http_IHandler

Http handler that makes it possible to download single or multiple files from a file system path.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
processRequest() Process a request using the specified context. MOXMAN_Handlers_DownloadHandler

Method Details

processRequest() public method

Process a request using the specified context.

public void processRequest ( MOXMAN_Http_Context $httpContext )
$httpContext MOXMAN_Http_Context

Context instance to pass to use for the handler.