PHP Class Scalr\LogCollector\AuditLoggerConfiguration

Author: Vlad Dobrovolskiy ([email protected])
Show file Open project: scalr/scalr

Public Properties

Property Type Description
$accountId integer Account identifier
$envId integer Environment identifier
$remoteAddr string Ip address
$requestType string Request type
$ruid integer Real user identifier
$systemTask string Task name
$user Scalr_Account_User User object

Public Methods

Method Description
__construct ( string $requestType ) Constructor

Method Details

__construct() public method

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

Property Details

$accountId public property

Account identifier
public int $accountId
return integer

$envId public property

Environment identifier
public int $envId
return integer

$remoteAddr public property

Ip address
public string $remoteAddr
return string

$requestType public property

Request type
public string $requestType
return string

$ruid public property

Real user identifier
public int $ruid
return integer

$systemTask public property

Task name
public string $systemTask
return string

$user public property

User object
public Scalr_Account_User $user
return Scalr_Account_User