Code style fixes
This commit is contained in:
parent
dfd002d35f
commit
1237bf450c
88 changed files with 205 additions and 261 deletions
4
src/B8Framework/Form/Element/Button.php
Executable file → Normal file
4
src/B8Framework/Form/Element/Button.php
Executable file → Normal file
|
|
@ -11,9 +11,9 @@ class Button extends Input
|
|||
return true;
|
||||
}
|
||||
|
||||
protected function _onPreRender(View &$view)
|
||||
protected function onPreRender(View &$view)
|
||||
{
|
||||
parent::_onPreRender($view);
|
||||
parent::onPreRender($view);
|
||||
$view->type = 'button';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue