Beispiel #1
0
 public function get($path)
 {
     $this->addQuery('fn', $path);
     return parent::get(null);
 }
Beispiel #2
0
 public function post($path)
 {
     $this->addFormParameter('method', $path);
     return parent::post(null);
 }