Can this be done? Especially to a class contructor?
i havent tried passing function itself, with its name as arguement. but you can try assigning it to variable then pass that variable as arguement.
$my_var = "print"; $my_var("something_interesting"); i think it should work.