From 06f945f27840b53e57795dadbc38e76f7e11ab1c Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 24 Feb 2014 16:42:14 +0100 Subject: init --- zend/documentation/api/core/files/Version.html | 44 ++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 zend/documentation/api/core/files/Version.html (limited to 'zend/documentation/api/core/files/Version.html') diff --git a/zend/documentation/api/core/files/Version.html b/zend/documentation/api/core/files/Version.html new file mode 100644 index 0000000..8350783 --- /dev/null +++ b/zend/documentation/api/core/files/Version.html @@ -0,0 +1,44 @@ + +Zend Gdata API Documentation

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-2012 Zend Technologies USA Inc. (http://www.zend.com) +   +
License
New BSD License +   +
Package
Zend_Version +   +
Version
$Id: Version.php 25289 2013-03-13 16:51:14Z 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

>VConstant  + VERSION + = '1.12.3'
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.0.0a12. + -- cgit v1.2.3