Help for this page

Select Code to Download


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