Doctrine\ODM\OrientDB\Mapper\ClusterMap::__construct PHP Method

__construct() public method

public __construct ( Doctrine\OrientDB\Binding\BindingInterface $binding, Doctrine\Common\Cache\Cache $cache )
$binding Doctrine\OrientDB\Binding\BindingInterface
$cache Doctrine\Common\Cache\Cache
    public function __construct(BindingInterface $binding, Cache $cache)
    {
        $this->binding = $binding;
        $this->cache = $cache;
        $this->databaseName = $binding->getDatabaseName();
    }