Opensoft\Rollout\Storage\MongoDBStorageAdapter::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $mongo, $collection = "rollout_feature" )
    public function __construct($mongo, $collection = "rollout_feature")
    {
        $this->mongo = $mongo;
        $this->collection = $collection;
    }