<?php
class Foo
{
    public function __construct(PDO $db)
    {
    }
}

function setMemcache(Memcache $memcache)
{

}
