00001 <?php 00007 namespace Habari; 00008 00016 interface IsContent 00017 { 00018 00024 function content_type(); 00025 00026 } 00027 00028 ?>