/**
 * Constructor
 */
function wfSpecialMostimages()
{
    list($limit, $offset) = wfCheckLimits();
    $wpp = new MostimagesPage();
    $wpp->doQuery($offset, $limit);
}
 function __construct($name = 'MostLinkedFilesInContent')
 {
     parent::__construct($name);
 }