PHP 클래스 Bravo3\Orm\Config\Configuration

파일 보기 프로젝트 열기: bravo3/orm 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$cache_dir string

공개 메소드들

메소드 설명
__construct ( $cache_dir = null )
getCacheDir ( ) : string Get CacheDir
setCacheDir ( string $cache_dir ) Set CacheDir

메소드 상세

__construct() 공개 메소드

public __construct ( $cache_dir = null )

getCacheDir() 공개 메소드

Get CacheDir
public getCacheDir ( ) : string
리턴 string

setCacheDir() 공개 메소드

Set CacheDir
public setCacheDir ( string $cache_dir )
$cache_dir string

프로퍼티 상세

$cache_dir 보호되어 있는 프로퍼티

protected string $cache_dir
리턴 string