PHP 클래스 Airship\Engine\Blueprint

For MVC developers, this is analogous to a Model
상속: use trait LogBolt, use trait SecurityBolt
파일 보기 프로젝트 열기: paragonie/airship

공개 프로퍼티들

프로퍼티 타입 설명
$db Database

공개 메소드들

메소드 설명
__construct ( Database $db = null ) Blueprint constructor.
e ( string $identifier ) : string Shorthand for $this->db->escapeIdentifier()

메소드 상세

__construct() 공개 메소드

Blueprint constructor.
public __construct ( Database $db = null )
$db Database

e() 공개 메소드

Feel free to use for table/column names, but DO NOT use this for values!
public e ( string $identifier ) : string
$identifier string
리턴 string

프로퍼티 상세

$db 공개적으로 프로퍼티

public Database,Airship\Engine $db
리턴 Database