Ojs\JournalBundle\Entity\PublisherTypes::setUpdated PHP Method

setUpdated() public method

Set updated
public setUpdated ( DateTime $updated ) : PublisherTypes
$updated DateTime
return PublisherTypes
    public function setUpdated($updated)
    {
        $this->updated = $updated;
        return $this;
    }