Skip to content
Snippets Groups Projects
Commit fee9e366 authored by dyszczo's avatar dyszczo
Browse files

snake case

parent 028e5edb
Branches feature/builder-pattern
No related tags found
2 merge requests!5Devel,!4more like builder pattern
......@@ -18,7 +18,7 @@ class LegacyBuildDirector {
/**
* Builds plugin
*/
public function buildPlugin() {
public function build_plugin() {
$this->builder->build_plugin();
$this->builder->init_plugin();
......@@ -31,7 +31,7 @@ class LegacyBuildDirector {
*
* @return AbstractPlugin
*/
public function getPlugin() {
public function get_plugin() {
return $this->builder->get_plugin();
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment