MatthiasMullie\Scrapbook\Scale\Shard::__construct PHP Метод

__construct() публичный Метод

Overloadable with multiple KeyValueStore objects.
public __construct ( MatthiasMullie\Scrapbook\KeyValueStore $cache1, MatthiasMullie\Scrapbook\KeyValueStore $cache2 = null )
$cache1 MatthiasMullie\Scrapbook\KeyValueStore
$cache2 MatthiasMullie\Scrapbook\KeyValueStore
    public function __construct(KeyValueStore $cache1, KeyValueStore $cache2 = null)
    {
        $caches = func_get_args();
        $caches = array_filter($caches);
        $this->caches = $caches;
    }