Mongolid\Model\AttributesAccessInterface::fill PHP Method

fill() public method

Set the model attributes using an array.
public fill ( array $input, boolean $force = false ) : void
$input array The data that will be used to fill the attributes.
$force boolean Force fill.
return void
    public function fill(array $input, bool $force = false);