Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
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: