getNewsFeedResponse() public static method

public static getNewsFeedResponse ( $userType = false )
 public function newsFeed($userType, $version)
 {
     $response = Utils::getNewsFeedResponse($userType);
     return Response::json($response);
 }