I\'m trying to use call_user_func to call a method from another method of the same object, e.g.
call_user_func
class MyClass { public function __construct(
new MyClass; Should return 'Hello World'...
A constructor does not return anything.