getCodeFromId() public static méthode

public static getCodeFromId ( $id )
 public static function getMediaCommentsById($mediaId, $count = 10, $maxId = null)
 {
     $code = Media::getCodeFromId($mediaId);
     return self::getMediaCommentsByCode($code, $count, $maxId);
 }
 public static function getLinkFromId($id)
 {
     $code = Media::getCodeFromId($id);
     return Endpoints::getMediaPageLink($code);
 }