summaryrefslogtreecommitdiff
path: root/framework/Web/Services/IFeedContentProvider.php
blob: 0ba972f60af3034379d8763fd4321d549b2657c5 (plain)
1
2
3
4
5
6
7
<?php

interface IFeedContentProvider {
  public function getFeedContent();
}

?>