API Documentation

Zend/Version.php

Show: inherited
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-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Version  
Version
$Id: Version.php 25025 2012-07-30 15:18:21Z matthew $  

\Zend_Version

Package: Zend\Version

Class to store and retrieve the version of Zend Framework.

Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Constants

Constant  VERSION = '1.12.0rc3'

Zend Framework version identification - see compareVersion()

Properties

Propertyprotectedstring  $_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
Name Type Description
$version string

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

Returns
Type Description
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
Type Description
string
Details
Link
http://framework.zend.com/download/latest  
Documentation was generated by DocBlox 0.15.1.