Class Framework (namespace Nette)


The Nette Framework.


Author: David Grudl
Copyright: Copyright (c) 2004, 2009 David Grudl
Located: in /Framework.php (line 29)
Public Method Summary
Framework
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

__construct

public Framework __construct ()

Static class - cannot be instantiated.

Output
Framework  

line 59

compareVersion

public static int compareVersion (string $version)

Compares current Nette Framework version with given version.

Input
string $version
Output
int  

line 70

promo

public static void promo ([$xhtml = TRUE])

Nette Framework promotion.

Input
$xhtml
Output
void