public function getResponse()
 {
     $o = new \FXL\Component\Request\Curl($this->getRequestUrl());
     return $o->createCurl()->__tostring();
 }
Example #2
0
 public function getResponse()
 {
     $o = new \FXL\Component\Request\Curl($this->getRequestUrl());
     $o->setPost(array("lettres" => $this->name, "nblettres" => null, "desordre" => 1));
     return $o->createCurl()->__tostring();
 }