Zend Framework  1.12
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
Zend_Tool_Framework_System_Provider_Version Class Reference

Public Member Functions

 setRegistry (Zend_Tool_Framework_Registry_Interface $registry)
 
 show ($mode=self::MODE_MINI, $nameIncluded=true)
 Show Action.
 
 showMajorPart ($nameIncluded=true)
 
 showMinorPart ($nameIncluded=true)
 
 showMiniPart ($nameIncluded=true)
 

Public Attributes

const MODE_MAJOR = 'major'
 
const MODE_MINOR = 'minor'
 
const MODE_MINI = 'mini'
 

Protected Member Functions

 _splitVersion ()
 

Protected Attributes

 $_registry = null
 
 $_specialties = array('MajorPart', 'MinorPart', 'MiniPart')
 

Member Function Documentation

_splitVersion ( )
protected
setRegistry ( Zend_Tool_Framework_Registry_Interface  $registry)
show (   $mode = self::MODE_MINI,
  $nameIncluded = true 
)

Show Action.

Parameters
string$modeThe mode switch can be one of: major, minor, or mini (default)
bool$nameIncluded
showMajorPart (   $nameIncluded = true)
showMiniPart (   $nameIncluded = true)
showMinorPart (   $nameIncluded = true)

Member Data Documentation

$_registry = null
protected
$_specialties = array('MajorPart', 'MinorPart', 'MiniPart')
protected
const MODE_MAJOR = 'major'
const MODE_MINI = 'mini'
const MODE_MINOR = 'minor'