예제 #1
0
function testAdapter(ITarget $target)
{
    echo "Moving to new standard: ";
    echo $target->request(5);
}
예제 #2
0
 private function makeAdapterRequest(ITarget $req)
 {
     return $req->requestCalc(40, 50);
 }