StaticPageData Class Reference
[StaticPageData]
Contains current page data. More...
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.
Definition at line 8 of file staticpagedata.cls.php.
Member Function Documentation
static StaticPageData::data | ( | ) | [static] |
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:
- contributions/page.staticpagedata/lib/helpers/staticpagedata.cls.php