Php constructor

Run Settings
LanguagePHP
Language Version
Run Command
<?php class Foo { private $x; public function foo($x) { $this->x = $x; } public function bar() { return $this->x; } } $foo = new Foo(3); echo $foo->bar();
Editor Settings
Theme
Key bindings
Full width
Lines