<?php class Foo { public function doStuff() { echo 'Doing Stuff'; } } $foo = new Foo; $foo->doStuff();
You have javascript disabled. You will not be able to edit any code.