PHP 클래스 Flintstone\Database

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

보호된 프로퍼티들

프로퍼티 타입 설명
$config Config Config class.
$fileAccessMode array File access mode.
$name string Database name.

공개 메소드들

메소드 설명
__construct ( string $name, Config $config = null ) Constructor.
closeFile ( SplFileObject &$file ) Close the database file.
getConfig ( ) : Config Get the config.
getName ( ) : string Get the database name.
getPath ( ) : string Get the path to the database file.
openFile ( integer $mode ) : SplFileObject Open the database file.
openTempFile ( ) : SplTempFileObject Open a temporary file.
setConfig ( Config $config ) Set the config.
setName ( string $name ) Set the database name.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $name, Config $config = null )
$name string
$config Config

closeFile() 공개 메소드

Close the database file.
public closeFile ( SplFileObject &$file )
$file SplFileObject

getConfig() 공개 메소드

Get the config.
public getConfig ( ) : Config
리턴 Config

getName() 공개 메소드

Get the database name.
public getName ( ) : string
리턴 string

getPath() 공개 메소드

Get the path to the database file.
public getPath ( ) : string
리턴 string

openFile() 공개 메소드

Open the database file.
public openFile ( integer $mode ) : SplFileObject
$mode integer
리턴 SplFileObject

openTempFile() 공개 메소드

Open a temporary file.
public openTempFile ( ) : SplTempFileObject
리턴 SplTempFileObject

setConfig() 공개 메소드

Set the config.
public setConfig ( Config $config )
$config Config

setName() 공개 메소드

Set the database name.
public setName ( string $name )
$name string

프로퍼티 상세

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

Config class.
protected Config,flintstone $config
리턴 Config

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

File access mode.
protected array $fileAccessMode
리턴 array

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

Database name.
protected string $name
리턴 string