for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
*
* @category Mygento
* @package Mygento_Geoip
* @copyright 2014 NKS LLC. (https://www.mygento.ru)
*/
class Mygento_Geoip_Model_Info extends Mygento_Geoip_Model_Abstract
{
public function getDatFileDownloadDate()
$io = new Varien_Io_File();
return $io->fileExists($this->local_file, true) ? filemtime($this->local_file) : 0;
}