Scalr\LogCollector\AuditLogger::setRequestType PHP Method

setRequestType() public method

Sets request type
public setRequestType ( string $requestType ) : AuditLogger
$requestType string Request type
return AuditLogger
    public function setRequestType($requestType)
    {
        $this->requestType = $requestType;
        return $this;
    }