> function theme::myhook($var, $var, $var) { > > > } > > In php ? no. not on classes. php doesn't have prototype inheritance like javascript. only on objects. and that is a bit weird because variables and functions/methods live (syntax wise) in different environments. that's why $object->$method() :(