Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
tool_log\log\store Interface Reference
Inheritance diagram for tool_log\log\store:
tool_log\log\writer logstore_database\log\store logstore_standard\log\store

Public Member Functions

 __construct (\tool_log\log\manager $manager)
 Create new instance of store, the calling code must make sure only one instance exists.
 
 dispose ()
 Notify store no more events are going to be written/read from it.
 

Constructor & Destructor Documentation

◆ __construct()

tool_log\log\store::__construct ( \tool_log\log\manager $manager)

Create new instance of store, the calling code must make sure only one instance exists.

Parameters
manager$manager

Member Function Documentation

◆ dispose()

tool_log\log\store::dispose ( )

Notify store no more events are going to be written/read from it.

Return values
void

Implemented in logstore_database\log\store.


The documentation for this interface was generated from the following file: