ExpressionEngine-User-Guide icon indicating copy to clipboard operation
ExpressionEngine-User-Guide copied to clipboard

Missing Documentation: Model Service - getValues()

Open RK311y opened this issue 3 years ago • 0 comments

Suggested Change

Add documentation in the Model Service for the getValues() method.

Reasoning

I believe this method would be a valuable addition to Model Methods. (Services > Model Service > Building your own Models)

Additional context

Sample Documentation

getValues()

Get an associative key-value pair array that defines a model's properties and values.

Parameter Type Description
Returns Mixed An array of model properties and values

RK311y avatar Jul 31 '21 19:07 RK311y