.

StaticPageData Class Reference
[StaticPageData]

Contains current page data. More...

List of all members.

Static Public Member Functions

static  data ()
  Get page data.
static  data_is_set ()
  Return TRUE if data is set.
static  set_data (PageData $data)
  Set page data.

Detailed Description

Contains current page data.

Author:
Gerd Riesselmann

Definition at line 8 of file staticpagedata.cls.php.


Member Function Documentation

static StaticPageData::data (  )  [static]

Get page data.

Returns:
PageData

Definition at line 24 of file staticpagedata.cls.php.

00024                                       {
00025                 return self::$page_data;
00026         }
static StaticPageData::data_is_set (  )  [static]

Return TRUE if data is set.

Returns:
bool

Definition at line 15 of file staticpagedata.cls.php.

00015                                              {
00016                 return self::$page_data instanceof PageData;
00017         }
static StaticPageData::set_data ( PageData data  )  [static]

Set page data.

Definition at line 31 of file staticpagedata.cls.php.

00031                                                         {
00032                 self::$page_data = $data;
00033         }       

The documentation for this class was generated from the following file: