Open vjik opened 3 months ago
See https://github.com/yiisoft/docs/blob/master/010-code-style.md#names
For example: ActiveQueryInterface::getARInstance() → ActiveQueryInterface::getArInstance() or ActiveQueryInterface::getARInstance() → ActiveQueryInterface::getActiveRecordInstance()
ActiveQueryInterface::getARInstance()
ActiveQueryInterface::getArInstance()
ActiveQueryInterface::getActiveRecordInstance()
Either the original option or full name, not Ar
Ar
See https://github.com/yiisoft/docs/blob/master/010-code-style.md#names
For example:
ActiveQueryInterface::getARInstance()
→ActiveQueryInterface::getArInstance()
orActiveQueryInterface::getARInstance()
→ActiveQueryInterface::getActiveRecordInstance()