count() >= 50) { return true; } else { return false; } } /** * Returns true if the given podcast URL is valid. * * @param $podcastUrl String containing the podcast feed URL * * @return bool */ public static function validatePodcastUrl($podcastUrl) { //TODO return true; } }