Isswp101\Persimmon\Traits\Elasticsearchable::fillByResponse PHP Метод

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

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