Doctrine\Tests\Models\Comments\Email::__construct PHP Method

__construct() public method

public __construct ( $email )
    public function __construct($email)
    {
        $this->email = $email;
        $this->createdAt = new \DateTime('now');
    }