Scalr\LogCollector\AuditLogger::setEnvironmentId PHP Method

setEnvironmentId() public method

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