Prado\I18N\core\MessageSource::getLastModified PHP 메소드

getLastModified() 보호된 메소드

Get the last modified unix-time for this particular catalogue+variant.
protected getLastModified ( $source ) : integer
리턴 integer last modified in unix-time format.
    protected function getLastModified($source)
    {
        return 0;
    }