PhpExtensions::_mongo PHP Method

_mongo() protected static method

protected static _mongo ( )
    protected static function _mongo()
    {
        if (static::_isHhvm()) {
            throw new RuntimeException("`mongo` cannot be used with HHVM.");
        }
        static::_ini(array('extension=mongo.so'));
    }