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

setCreated() public method

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