Try
public function handleHttpGetRequest($request) {}
(the argument was missing).

By the way it seems that your class is named ClientFilters whereas your plugin is "filtro" => classname should be ClientFiltro.

Adriano Hantequeste Gomes wrote:
Hello,

Sorry but i think understand. I put this code in ServerFiltro.php

    public function initializeResult() {}

    public function handleResult() {}


And this code in ClientFiltro.php

    public function handleHttpGetRequest() {}

But return this error:


Fatal error: Declaration of ClientFilters::handleHttpGetRequest() must
be compatible with that of GuiProvider::handleHttpGetRequest() in
C:\wamp\www\cartoweb3\plugins\filtro\client\ClientFiltro.php on line 3
_______________________________________________
Cartoweb-users mailing list
Cartoweb-users@lists.maptools.org
http://lists.maptools.org/mailman/listinfo/cartoweb-users

Reply via email to