Ojs\JournalBundle\Event\CitationNewEvent::setResponse PHP Method

setResponse() public method

public setResponse ( Response $response ) : CitationNewEvent
$response Symfony\Component\HttpFoundation\Response
return CitationNewEvent
    public function setResponse($response)
    {
        $this->response = $response;
        return $this;
    }