PHP Class Airbrake\Connection

Author: Drew Butler ([email protected])
Inheritance: implements Airbrake\Connection\ConnectionInterface
Afficher le fichier Open project: dbtlr/php-airbrake Class Usage Examples

Protected Properties

Свойство Type Description
$configuration
$headers

Méthodes publiques

Méthode Description
__construct ( Configuration $configuration ) Build the object with the airbrake Configuration.
addHeader ( string $header ) Add a header to the connection.
send ( airbrake\Notice $notice ) : string

Method Details

__construct() public méthode

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

addHeader() public méthode

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

send() public méthode

public send ( airbrake\Notice $notice ) : string
$notice airbrake\Notice
Résultat string

Property Details

$configuration protected_oe property

protected $configuration

$headers protected_oe property

protected $headers