PHP 클래스 Scalr\LogCollector\ApiLoggerConfiguration

저자: Vlad Dobrovolskiy ([email protected])
파일 보기 프로젝트 열기: scalr/scalr

공개 프로퍼티들

프로퍼티 타입 설명
$ipAddress string Ip address
$requestId string Request identifier
$requestType string Request type

공개 메소드들

메소드 설명
__construct ( string $requestType ) Constructor

메소드 상세

__construct() 공개 메소드

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

프로퍼티 상세

$ipAddress 공개적으로 프로퍼티

Ip address
public string $ipAddress
리턴 string

$requestId 공개적으로 프로퍼티

Request identifier
public string $requestId
리턴 string

$requestType 공개적으로 프로퍼티

Request type
public string $requestType
리턴 string