yiisoft / active-record

Active Record database abstraction layer
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
65 stars 27 forks source link

Avoid `set` and `get` prefixes for methods #358

Open Tigrov opened 1 month ago

Tigrov commented 1 month ago

Avoid set and get prefixes when declaring method names in the base ActiveRecord classes.

These prefixes will be used to access values of properties and relations e.g. getName(), setName()

Rename existing methods

Also see