PHP 클래스 Nette\Bridges\DatabaseTracy\ConnectionPanel

상속: implements Tracy\IBarPanel, use trait Nette\SmartObject
파일 보기 프로젝트 열기: nette/database 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$disabled boolean
$explain explain queries?
$maxQueries integer
$name string

공개 메소드들

메소드 설명
__construct ( Connection $connection )
getPanel ( )
getTab ( )
logQuery ( Connection $connection, $result )
renderException ( $e )

메소드 상세

__construct() 공개 메소드

public __construct ( Connection $connection )
$connection Nette\Database\Connection

getPanel() 공개 메소드

public getPanel ( )

getTab() 공개 메소드

public getTab ( )

logQuery() 공개 메소드

public logQuery ( Connection $connection, $result )
$connection Nette\Database\Connection

renderException() 공개 정적인 메소드

public static renderException ( $e )

프로퍼티 상세

$disabled 공개적으로 프로퍼티

public bool $disabled
리턴 boolean

$explain 공개적으로 프로퍼티

explain queries?
public $explain

$maxQueries 공개적으로 프로퍼티

public int $maxQueries
리턴 integer

$name 공개적으로 프로퍼티

public string $name
리턴 string