Ojs\ApiBundle\Handler\JournalHandler::put PHP Method

put() public method

Edit a Journal.
public put ( Journal $entity, array $parameters ) : Journal
$entity Ojs\JournalBundle\Entity\Journal
$parameters array
return Ojs\JournalBundle\Entity\Journal
    public function put(Journal $entity, array $parameters)
    {
        return $this->processForm($entity, $parameters, 'PUT');
    }