- Added missing `static` declaration to avoid E_STRIC messages
[haanga.git] / contrib / dummy.php
blob9f50eaf0334ffb49bd10200a4a53c2454b27fddf
1 <?php
3 Class Haanga_Extension_Tag_Dummy
5 public $is_block = TRUE;
7 static function main($html)
9 return strtolower($html);