PHP Class Atrauzzi\LaravelDoctrine\CacheProvider\CacheProvider

Datei anzeigen Open project: atrauzzi/laravel-doctrine

Protected Properties

Property Type Description
$required_configurations

Public Methods

Method Description
getCacheProvider ( $config ) : CacheProvider

Protected Methods

Method Description
__construct ( )
hasValidParameters ( $params )
initialize ( $config ) : CacheProvider Sets up and returns the CacheProvider

Method Details

__construct() protected method

protected __construct ( )

getCacheProvider() public static method

public static getCacheProvider ( $config ) : CacheProvider
$config
return Doctrine\Common\Cache\CacheProvider

hasValidParameters() protected static method

protected static hasValidParameters ( $params )

initialize() abstract protected method

Sets up and returns the CacheProvider
abstract protected initialize ( $config ) : CacheProvider
$config
return Doctrine\Common\Cache\CacheProvider

Property Details

$required_configurations protected_oe static_oe property

protected static $required_configurations