Scalr\LogCollector\AuditLogger::setAccountId PHP Method

setAccountId() public method

Sets identifier of the Account
public setAccountId ( integer $accountId ) : AuditLogger
$accountId integer Identifier of the User's Account
return AuditLogger
    public function setAccountId($accountId)
    {
        $this->accountId = $accountId;
        return $this;
    }