/** * @param stdClass $params * @return array */ public function getIpAccessRule($params) { return $this->r->load($params)->one(); }