<?php interface IFeedContentProvider { public function getFeedContent(); } ?>