__request(__FUNCTION__, compact('name', 'url')); } /** * @param int $id * @return array|mixed */ public function getAdInfo(int $id) { return $this->__request(__FUNCTION__, compact('id')); } }