Ojs\JournalBundle\Event\CitationNewEvent::setResponse PHP 메소드

setResponse() 공개 메소드

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