Help for this page
$method = "my_method_name"; $object->$method();
$method = "something"; $object->do_$method();