Donations::__construct PHP Méthode

__construct() public méthode

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