- or download this
getattr(getattr(object_identifier,variable_containing_the_name_of_meth
+od_one), variable_containing_the_name_of_method_two)
- or download this
$object_identifier->$variable_containing_the_name_of_method_one->$obje
+ct_containing_the_name_of_method_two
- or download this
$obj->$var1->$var2
- or download this
gettattr( getattr(obj,var1) , var2)