Special Ops 2.50
[specialops2.git] / lib / iface.Boardlist.php
blobc3dc013ab96a41610fd8d8997165bc8733aa94a5
1 <?php
2 /**
3 * Boardlist class interface
5 * @author Ant P <p@cpi.merseine.nu>
6 * @license file://../COPYING
7 * @version 2.15
8 */
9 interface Boardlist
11 /**
12 * Echo the board list. Doesn't return anything. Using anything within the SO2 namespace is allowed.
13 * @return null
15 public function display();