AnonSec Team
AnonSec Team
Server IP : 149.13.87.7  /  Your IP : 185.174.145.2
Web Server : nginx
System : Linux h2 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : root ( 0)
PHP Version : 8.0.28
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /mnt/platforms/workspaces/shortable.org/../andesgross.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /mnt/platforms/workspaces/shortable.org/../andesgross.com/Subscriber.php
<?php

/**
 * Description of Subscriber
 *
 * @author m.rahouni
 */

class Subscriber 
{
    private $id;
    private $fname;
    private $lname;
    private $email;
    private $domain;
    private $adress_ip;
    private $status;
    private $code_activation;
    private $date_activation;
    private $entered;
    
    function __construct() {
        
    }

    function getId() {
        return $this->id;
    }

    function getFname() {
        return $this->fname;
    }

    function getLname() {
        return $this->lname;
    }

    function getEmail() {
        return $this->email;
    }

    function getDomain() {
        return $this->domain;
    }

    function getAdress_ip() {
        return $this->adress_ip;
    }

    function getStatus() {
        return $this->status;
    }

    function getCode_activation() {
        return $this->code_activation;
    }

    function getDate_activation() {
        return $this->date_activation;
    }

    function getEntered() {
        return $this->entered;
    }

    function setId($id) {
        $this->id = $id;
    }

    function setFname($fname) {
        $this->fname = $fname;
    }

    function setLname($lname) {
        $this->lname = $lname;
    }

    function setEmail($email) {
        $this->email = $email;
    }

    function setDomain($domain) {
        $this->domain = $domain;
    }

    function setAdress_ip($adress_ip) {
        $this->adress_ip = $adress_ip;
    }

    function setStatus($status) {
        $this->status = $status;
    }

    function setCode_activation($code_activation) {
        $this->code_activation = $code_activation;
    }

    function setDate_activation($date_activation) {
        $this->date_activation = $date_activation;
    }

    function setEntered($entered) {
        $this->entered = $entered;
    }


    
}

AnonSec - 2021