Zend Framework
1.12
|
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') | |
|
protected |
setRegistry | ( | Zend_Tool_Framework_Registry_Interface | $registry | ) |
Implements Zend_Tool_Framework_Registry_EnabledInterface.
show | ( | $mode = self::MODE_MINI , |
|
$nameIncluded = true |
|||
) |
Show Action.
string | $mode | The mode switch can be one of: major, minor, or mini (default) |
bool | $nameIncluded |
showMajorPart | ( | $nameIncluded = true | ) |
showMiniPart | ( | $nameIncluded = true | ) |
showMinorPart | ( | $nameIncluded = true | ) |
|
protected |
|
protected |
const MODE_MAJOR = 'major' |
const MODE_MINI = 'mini' |
const MODE_MINOR = 'minor' |