function aFunction() {//do something;}
join("parent");function aFunction() {parent::aFunction();//do something else}