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 |
promo
([$xhtml =
TRUE ])
Nette Framework promotion.
|
Constant Summary | |||
---|---|---|---|
string | NAME |
'Nette Framework' |
line 33 Nette Framework version identification |
string | PACKAGE |
'PHP 5.2' |
line 39 Nette Framework version identification |
string | REVISION |
'c6b8124 released on 2009-11-12' |
line 37 Nette Framework version identification |
string | VERSION |
'0.9.2' |
line 35 Nette Framework version identification |
Method Details | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
line 47 __constructpublic Framework __construct () Static class - cannot be instantiated.
|
||||||||||||
line 59 compareVersionpublic static int compareVersion (string $version) Compares current Nette Framework version with given version.
|
||||||||||||
line 70 promopublic static void promo ([$xhtml = Nette Framework promotion.
|