index
:
prado
master
namespace
prado-3.2
test_sauce
Fork of Prado PHP framework
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
framework
/
Web
/
Services
/
IFeedContentProvider.php
blob: 0ba972f60af3034379d8763fd4321d549b2657c5 (
plain
)
1
2
3
4
5
6
7
<?php interface IFeedContentProvider { public function getFeedContent(); } ?>