PHP 클래스 Pheasant\Database\Dsn

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

공개 프로퍼티들

프로퍼티 타입 설명
$database
$host
$params
$pass
$port
$scheme
$user

공개 메소드들

메소드 설명
__construct ( $dsn ) Constructor
__toString ( ) : string Serialize the DSN into a string
copy ( $alter = [] ) Returns a clone with certain parameters changed
fromString ( $dsn ) : Dsn Static constructor

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $dsn )

__toString() 공개 메소드

Serialize the DSN into a string
public __toString ( ) : string
리턴 string

copy() 공개 메소드

Returns a clone with certain parameters changed
public copy ( $alter = [] )

fromString() 공개 정적인 메소드

Static constructor
public static fromString ( $dsn ) : Dsn
리턴 Dsn

프로퍼티 상세

$database 공개적으로 프로퍼티

public $database

$host 공개적으로 프로퍼티

public $host

$params 공개적으로 프로퍼티

public $params

$pass 공개적으로 프로퍼티

public $pass

$port 공개적으로 프로퍼티

public $port

$scheme 공개적으로 프로퍼티

public $scheme

$user 공개적으로 프로퍼티

public $user