9db4b16186089acee49d1c4075be3df4640ea342
[phinde.git] / src / phinde / Subscriptions.php
1 <?php
2 namespace phinde;
3
4 class Subscriptions
5 {
6     public function get($url)
7     {
8         //FIXME
9         return false;
10     }
11 }
12 ?>