Class Framework (namespace Nette)
The Nette Framework.
Public Method Summary | |
---|---|
Framework |
__construct
()
Static class - cannot be instantiated.
|
static int |
compareVersion
(string $version)
Compares current Nette Framework version with given version.
|
static void |
fixNamespace
(&$class)
Fixes namespaced class/interface in PHP < 5.3
|
static void |
promo
([$xhtml =
TRUE ])
Nette Framework promotion.
|
Constant Summary | |||
---|---|---|---|
string | NAME |
'Nette Framework' |
line 25 Nette Framework version identification |
string | PACKAGE |
'PHP 5.2' |
line 31 Nette Framework version identification |
string | REVISION |
'ae0c8bd released on 2010-04-14' |
line 29 Nette Framework version identification |
string | VERSION |
'0.9.4' |
line 27 Nette Framework version identification |
Method Details | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
line 39 __constructpublic Framework __construct () Static class - cannot be instantiated.
|
||||||||||||
line 51 compareVersionpublic static int compareVersion (string $version) Compares current Nette Framework version with given version.
|
||||||||||||
line 74 fixNamespacepublic static void fixNamespace (&$class) Fixes namespaced class/interface in PHP < 5.3
|
||||||||||||
line 62 promopublic static void promo ([$xhtml = Nette Framework promotion.
|