Make the stats page slightly less confusing
[specialops2.git] / lib / iface.Messagestyle.php
blob642dbf3d17f56fb515c6d8a167b6897fc9b8ba42
1 <?php
2 /**
3 * Messagelist frontend interface
5 * @author Anthony Parsons (xmpp:ant@specialops.ath.cx)
6 * @license file://../COPYING
7 * @version $Id$
8 */
9 interface Messagestyle
11 /**
12 * Take a message and output it.
13 * @param array $message Message to echo
14 * @return null|boolean Optional t/f return for error detection, otherwise just return null
16 public function display($message);