diff --git a/classes/tables/board_table.php b/classes/tables/board_table.php index 10b9778..80d9558 100644 --- a/classes/tables/board_table.php +++ b/classes/tables/board_table.php @@ -38,6 +38,24 @@ */ class board_table extends flexible_table { + /** @var int The board id. */ + protected $boardid; + + /** @var int The group id. */ + protected $groupid; + + /** @var int The owner id. */ + protected $ownerid; + + /** @var bool Include deleted notes. */ + protected $includedeleted; + + /** @var bool Is board rating enabled. */ + protected $hasrating; + + /** @var array Holds additional prefernces of the board. */ + protected $prefs; + /** * Constructor * @param int $cmid The course module id.