Sleimanx2\Plastic\Fillers\FillerInterface::fill PHP Method

fill() public method

Fill the results hists into Model.
public fill ( Model $model, PlasticResult $result ) : mixed
$model Illuminate\Database\Eloquent\Model
$result Sleimanx2\Plastic\PlasticResult
return mixed
    public function fill(Model $model, Result $result);
FillerInterface