Class Framework (namespace Nette)


The Nette Framework.


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

Nette Framework version identification
string REVISION '1d6f3c5 released on 2009-11-10'

line 38

Nette Framework version identification
string VERSION '0.8'

line 36

Nette Framework version identification

Method Details

line 46

__construct

public Framework __construct ()

Static class - cannot be instantiated.

Output
Framework  

line 58

compareVersion

public static int compareVersion (string $version)

Compares current Nette Framework version with given version.

Input
string $version
Output
int  

line 69

promo

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

Nette Framework promotion.

Input
$xhtml
Output
void