PHP 클래스 Airbrake\Connection

저자: Drew Butler ([email protected])
상속: implements Airbrake\Connection\ConnectionInterface
파일 보기 프로젝트 열기: dbtlr/php-airbrake 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$configuration
$headers

공개 메소드들

메소드 설명
__construct ( Configuration $configuration ) Build the object with the airbrake Configuration.
addHeader ( string $header ) Add a header to the connection.
send ( airbrake\Notice $notice ) : string

메소드 상세

__construct() 공개 메소드

Build the object with the airbrake Configuration.
public __construct ( Configuration $configuration )
$configuration Configuration

addHeader() 공개 메소드

Add a header to the connection.
public addHeader ( string $header )
$header string

send() 공개 메소드

public send ( airbrake\Notice $notice ) : string
$notice airbrake\Notice
리턴 string

프로퍼티 상세

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

protected $configuration

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

protected $headers