/** * @param $url * @param string $postString * @return $this */ protected function execute($url, $postString = "") { $result = $this->request->exec($url, $postString); $this->processResult($result); return $this; }