phemellc / yii2-settings

Yii2 Settings Module
Other
151 stars 74 forks source link

added getOrSet #63

Closed schmunk42 closed 7 years ago

schmunk42 commented 7 years ago

I also had to fix has() for this.

Is

$this->has($key, $section, true)

needed?

arisk commented 7 years ago

Thank you!