You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I need to change html for my growl.
I override protected method initOptions.
Problem:
$this->_settings is private so if I override initOptions I need to declare it in my class
I also need to redeclare protected function registerAssets() since it uses $this->_settings too
Why don't declare a protected method only for html generation?
Hi,
I need to change html for my growl.
I override protected method initOptions.
Problem:
$this->_settings is private so if I override initOptions I need to declare it in my class
I also need to redeclare protected function registerAssets() since it uses $this->_settings too
Why don't declare a protected method only for html generation?
Thanks in advance
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: