Help for this page
# $object1 has the interface foo # $object2 has the interface bar and baz ... foo(baz); } }
$object2->bar; $object1->foo($object2->baz);