PHP Class Atrauzzi\LaravelDoctrine\CacheProvider\CacheProvider

Afficher le fichier Open project: atrauzzi/laravel-doctrine

Protected Properties

Свойство Type Description
$required_configurations

Méthodes publiques

Méthode Description
getCacheProvider ( $config ) : CacheProvider

Méthodes protégées

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

Method Details

__construct() protected méthode

protected __construct ( )

getCacheProvider() public static méthode

public static getCacheProvider ( $config ) : CacheProvider
$config
Résultat Doctrine\Common\Cache\CacheProvider

hasValidParameters() protected static méthode

protected static hasValidParameters ( $params )

initialize() abstract protected méthode

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

Property Details

$required_configurations protected_oe static_oe property

protected static $required_configurations