Newscoop\Entity\Log::getCreated PHP Method

getCreated() public method

Get created
public getCreated ( ) : DateTime
return DateTime
    public function getCreated()
    {
        return $this->created;
    }