getSource() public method

public getSource ( ) : array
return array
 /**
  * @param array $response
  * @return $this
  */
 public function fillByResponse(array $response)
 {
     $res = new Response($response);
     $this->fill($res->getSource());
     $this->setId($res->getId());
     return $this;
 }