Overview

Packages

  • Auth
    • Ads
    • Ldap
    • Xoops
  • Autotasks
  • Config
    • Category
    • Item
    • Option
  • Core
    • Filesystem
    • Filters
    • Logger
    • Mail
    • Message
    • Password
    • Security
    • StopSpammer
    • Template
    • Textsanitizer
    • VersionChecker
  • Data
    • Avatar
    • Comment
  • Database
    • Connection
    • Criteria
    • Legacy
    • MySQL
    • PDO
    • Updater
  • Feeds
    • RSS
  • File
  • Form
    • Base
    • Elements
  • ICMS
    • IPF
      • View
  • Image
    • Category
  • Ipf
    • Category
    • Controller
    • Export
    • form
    • Keyhighlighter
    • Member
    • Object
    • Permission
    • richfile
    • Tree
    • urllink
    • View
  • kernel
    • Set
  • Member
    • Group
    • GroupMembership
    • GroupPermission
    • User
  • Messaging
  • Module
  • None
  • Notification
  • Page
  • Plugins
    • Editor
  • Preload
    • Libraries
  • Privmessage
  • Session
  • SmartObject
  • View
    • Block
    • Breadcrumb
    • PageNav
    • PrinterFriendly
    • Template
    • Templates
    • Theme
    • Tree

Classes

  • icms_core_Versionchecker
  • Overview
  • Package
  • Class

Class icms_core_Versionchecker

IcmsVersionChecker

Class used to check if the ImpressCMS install is up to date

Package: Core\VersionChecker
Category: ICMS
Copyright: The ImpressCMS Project http://www.impresscms.org/
License: GNU General Public License (GPL)
Author: marcan marcan@impresscms.org
Version: $Id: Versionchecker.php 11603 2012-02-26 08:45:50Z fiammy $
Since: 1.0
Located at core/Versionchecker.php
Methods summary
public
# __construct( )

Constructor

Constructor

public static object &
# getInstance( )

Access the only instance of this class

Access the only instance of this class

Returns

object
public true
# check( )

Check for a newer version of ImpressCMS

Check for a newer version of ImpressCMS

Returns

true
if there is an update, FALSE if no update OR errors occured
public mixed
# getErrors( $ashtml = true )

Gets all the error messages

Gets all the error messages

Parameters

$ashtml
return as html?

Returns

mixed
Properties summary
public array $errors
# array()
public string $version_xml
# "http://www.impresscms.org/impresscms_version_branch13.xml"
public integer $cache_time
# 1
public $latest_version_name
#
public $installed_version_name
#
public $latest_build
#
public $latest_status
#
public $latest_url
#
public $latest_changelog
#
API documentation generated by ApiGen