| @@ -93,6 +93,10 @@ discard block | ||
| 93 | 93 | } | 
| 94 | 94 | |
| 95 | 95 | //GET THE REMOTE FILE INTO A VARIABLE | 
| 96 | + | |
| 97 | + /** | |
| 98 | + * @param string $url | |
| 99 | + */ | |
| 96 | 100 | protected function curlit($url) | 
| 97 | 101 |      { | 
| 98 | 102 | $ch = curl_init(); | 
| @@ -104,6 +108,10 @@ discard block | ||
| 104 | 108 | } | 
| 105 | 109 | |
| 106 | 110 | //THIS IS BASED ON http://blogoscoped.com/archive/2007-03-22-n84.html | 
| 111 | + | |
| 112 | + /** | |
| 113 | + * @param string $userId | |
| 114 | + */ | |
| 107 | 115 | protected function getAlbums($userId) | 
| 108 | 116 |      { | 
| 109 | 117 | $tmp = array(); | 
| @@ -129,6 +137,10 @@ discard block | ||
| 129 | 137 | } | 
| 130 | 138 | |
| 131 | 139 | //THIS IS BASED ON http://blogoscoped.com/archive/2007-03-22-n84.html | 
| 140 | + | |
| 141 | + /** | |
| 142 | + * @param string $userId | |
| 143 | + */ | |
| 132 | 144 | protected function showAlbumContent($userId, $albumName) | 
| 133 | 145 |      { | 
| 134 | 146 | $tmp = array(); |