PHP Interface Sleimanx2\Plastic\Fillers\FillerInterface

Show file Open project: sleimanx2/plastic

Public Methods

Method Description
fill ( Model $model, PlasticResult $result ) : mixed Fill the results hists into Model.

Method Details

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