Overview

Namespaces

  • None
  • Xmf
    • Database
    • Module
      • Helper
    • Template
  • Xoops
    • Auth
    • Core
      • Cache
      • Database
        • Logging
        • Schema
      • Exception
      • Handler
        • Scheme
      • Kernel
        • Dtype
        • Handlers
        • Model
      • Lists
      • Locale
        • Punic
      • Service
        • Contract
      • Session
      • Text
        • Sanitizer
          • Extensions
      • Theme
        • Plugins
    • Form
    • Html
    • Locale
    • Module
      • Helper
      • Plugin

Classes

  • Access
  • CacheManager
  • DriverList
  • Legacy
  • Overview
  • Namespace
  • Class
  • Tree

Class DriverList

DriverList overrides for Stash

Stash\DriverList
Extended by Xoops\Core\Cache\DriverList
Namespace: Xoops\Core\Cache
Package: Xoops\Core\Cache
Author: Richard Griffith richard@geekwright.com
Located at oops_lib/Xoops/Core/Cache/DriverList.php
Methods summary
public static string|false
# getDriverClass( string $name )

Returns the driver class for a specific driver name.

Returns the driver class for a specific driver name.

This overrides the Stash class to provide a case insensitive lookup

Parameters

$name

Returns

string|false
class name or false if no matching class
API documentation generated by ApiGen