Mongolid\Model\AttributesAccessInterface::fill PHP Метод

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

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.
Результат void
    public function fill(array $input, bool $force = false);