Ver original<?phpclass Foo{ public function bar() { return __METHOD__; }} $obj = new Foo;echo $obj->bar();