PHP Class Scalr\LogCollector\ApiLoggerConfiguration

Author: Vlad Dobrovolskiy ([email protected])
Afficher le fichier Open project: scalr/scalr

Méthodes publiques

Свойство Type Description
$ipAddress string Ip address
$requestId string Request identifier
$requestType string Request type

Méthodes publiques

Méthode Description
__construct ( string $requestType ) Constructor

Method Details

__construct() public méthode

Constructor
public __construct ( string $requestType )
$requestType string Request type

Property Details

$ipAddress public_oe property

Ip address
public string $ipAddress
Résultat string

$requestId public_oe property

Request identifier
public string $requestId
Résultat string

$requestType public_oe property

Request type
public string $requestType
Résultat string