Signups::__construct PHP Method

__construct() public method

public __construct ( $db, $user = null )
    public function __construct($db, $user = null)
    {
        $this->db = $db;
        $this->user = $user;
    }