Ojs\JournalBundle\Event\CitationNewEvent::setResponse PHP Méthode

setResponse() public méthode

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