API Documentation

Tool/Framework/System/Provider/Version.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tool
version
$Id: Version.php 22764 2010-08-02 03:02:34Z ramon $
Classes
Zend_Tool_Framework_System_Provider_Version

Description

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.

Zend_Tool_Framework_System_Provider_Version

Implements
Zend_Tool_Framework_Provider_Interface
Zend_Tool_Framework_Registry_EnabledInterface
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tool
Constants
MODE_MAJOR
MODE_MINOR
MODE_MINI
Properties
$_registry
$_specialties
Methods
setRegistry
show
showMajorPart
showMinorPart
showMiniPart
_splitVersion

Description

Version Provider

Constants

MODE_MAJOR

 MODE_MAJOR = 'major'

Details

value
major

MODE_MINOR

 MODE_MINOR = 'minor'

Details

value
minor

MODE_MINI

 MODE_MINI = 'mini'

Details

value
mini

Properties

$_registry

Zend_Tool_Framework_Registry_Interface $_registry = 'null'

Details

$_registry
Zend_Tool_Framework_Registry_Interface
visibility
protected
default
null
final
false
static
false

$_specialties

 $_specialties = 'array'

Details

visibility
protected
default
array
final
false
static
false

Methods

_splitVersion

_splitVersion( ) :
Details
visibility
protected
final
false
static
false

setRegistry

setRegistry(  $registry ) :
Arguments
$registry
Details
visibility
public
final
false
static
false

show

show( string $mode = self, bool $nameIncluded = true ) :

Show Action

Arguments
$mode
string
The mode switch can be one of: major, minor, or mini (default)
$nameIncluded
bool
Details
visibility
public
final
false
static
false

showMajorPart

showMajorPart(  $nameIncluded = true ) :
Arguments
$nameIncluded
Details
visibility
public
final
false
static
false

showMiniPart

showMiniPart(  $nameIncluded = true ) :
Arguments
$nameIncluded
Details
visibility
public
final
false
static
false

showMinorPart

showMinorPart(  $nameIncluded = true ) :
Arguments
$nameIncluded
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.