PHP 클래스 Atrauzzi\LaravelDoctrine\CacheProvider\CacheProvider

파일 보기 프로젝트 열기: atrauzzi/laravel-doctrine

보호된 프로퍼티들

프로퍼티 타입 설명
$required_configurations

공개 메소드들

메소드 설명
getCacheProvider ( $config ) : CacheProvider

보호된 메소드들

메소드 설명
__construct ( )
hasValidParameters ( $params )
initialize ( $config ) : CacheProvider Sets up and returns the CacheProvider

메소드 상세

__construct() 보호된 메소드

protected __construct ( )

getCacheProvider() 공개 정적인 메소드

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

hasValidParameters() 보호된 정적인 메소드

protected static hasValidParameters ( $params )

initialize() 추상적인 보호된 메소드

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

프로퍼티 상세

$required_configurations 보호되어 있는 정적으로 프로퍼티

protected static $required_configurations