예제 #1
0
function testAdapter(ITarget $target)
{
    echo "Moving to new standard: ";
    echo $target->request(5);
}