18 May
2006
18 May
'06
10:01 a.m.
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() :(