Exemplo n.º 1
0
 function __construct($args = null)
 {
     parent::__construct($args);
     $this->service_endpoint = "http://it.wiktionary.org";
     $this->service_name = "Wikizionario";
 }
Exemplo n.º 2
0
 function __construct($args = null)
 {
     parent::__construct($args);
     $this->service_endpoint = "http://www.merriam-webster.com";
     $this->service_name = "Merriam-Webster";
 }