Stud.IP  5.4
ScorePlugin Interface Reference

Public Member Functions

 getPluginActivityTables ()
 

Member Function Documentation

◆ getPluginActivityTables()

getPluginActivityTables ( )

Returns null or an array of associated arrays - each one to indicate a db-table in which the plugin stores user activities.

For a bullitin-board-plugin this array could look like this:

return array( array( 'table' => "bullitin_board_entries", 'user_id_column' => "user_id", 'date_column' => "mkdate", 'where' => "public = '1'" //only public entries should be counted ) );

Returns
null|array of associated arrays

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