Lw\Domain\Model\User\LogInAttempted::__construct PHP Method

__construct() public method

public __construct ( $email )
    public function __construct($email)
    {
        $this->email = $email;
        $this->occurredOn = new \DateTimeImmutable();
    }