Spork Code Libraries

Status403

Sets the response status to 403 Forbiden.

IMPORTANT: This will not prevent access to anything by itself, but should be used with other listeners to handle response status

Summary

Methods

__invoke()

Properties

Constants

Implements
\Spork\Mvc\Listener\Limit\Action\ActionInterface
See also

Methods

__invoke()

__invoke(\Zend\Mvc\MvcEvent  $event) 

Sets the response status to 403 Forbiden

Parameters

\Zend\Mvc\MvcEvent $event
See also