Version.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Version  
Version
$Id$  

\Zend_Version

Package: Zend_Version
Class to store and retrieve the version of Zend Framework.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Constants

>VConstant  VERSION = '1.12.4'
Zend Framework version identification - see compareVersion()

Properties

>VPropertyprotectedstring $_latestVersion
static
The latest stable version Zend Framework available
Details
Type
string

Methods

methodpubliccompareVersion(string $version) : int
static

Compare the specified Zend Framework version string $version with the current Zend_Version::VERSION of Zend Framework.

Parameters
NameTypeDescription
$versionstring

A version string (e.g. "0.7.1").

Returns
TypeDescription
int-1 if the $version is older, 0 if they are the same, and +1 if $version is newer.
methodpublicgetLatest() : string
static

Fetches the version of the latest stable release

Returns
TypeDescription
string
Details
Link
http://framework.zend.com/download/latest  
Documentation was generated by phpDocumentor 2.2.0 .