public function attributes() { return array_replace(array_fill_keys($this->_modelDefinition->fields, null), $this->_attributes); }
public static function getNoLazy(Model $model, $attribute) { return Arrays::getValue($model->attributes(), $attribute); }