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

setCreated() public method

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