Skip to content

classes_essentials_logging_requestlogentry.class

Daniel Spors edited this page Mar 11, 2024 · 3 revisions

Classes in file essentials/logging/requestlogentry.class.php

class RequestLogEntry

Represents an entry in the wdf_requests table.

Extends: Model

Cleanup

Cleans up entries older than a given age.

Definition: public static function Cleanup($maxage)

Returns: void

Parameters:

  • string $maxage Age string like '30 day' or '1 year'

Finish

INTERNAL Finishes a previously started request

GetTableName

IMPLEMENTS Model::GetTableName()

Optimize

Optimizes the requests table. Optimization will be done by renaming the table, optimizing that new table and then renaming it back. Of there's a new table created in the meantime, if will be renamed before and it's data will be integrated.

Definition: public static function Optimize()

Returns: void

Start

INTERNAL Starts a new request

Clone this wiki locally