getId() публичный Метод

public getId ( ) : mixed
Результат mixed
 /**
  * @param array $response
  * @return $this
  */
 public function fillByResponse(array $response)
 {
     $res = new Response($response);
     $this->fill($res->getSource());
     $this->setId($res->getId());
     return $this;
 }