Protected Member Functions | |
| initParameters () | |
| getHtml () | |
| Returns the HTML which is added to $wgOut after the article text. | |
| getSubpropertyList () | |
| Get the HTML for displaying subproperties of this property. | |
| getPropertyValueList () | |
| Get the HTML for displaying values of this property, based on the current from/until and limit settings. | |
| subjectObjectList (array $diWikiPages) | |
| Format $diWikiPages chunked by letter in a table that shows subject articles in one column and object articles/values in the other one. | |
Definition at line 13 of file SMW_PropertyPage.php.
| SMWPropertyPage::initParameters | ( | ) | [protected] |
Reimplemented from SMWOrderedListPage.
Definition at line 19 of file SMW_PropertyPage.php.
References $smwgPropertyPagingLimit, and SMWDIProperty::newFromUserLabel().
| SMWPropertyPage::getHtml | ( | ) | [protected] |
Returns the HTML which is added to $wgOut after the article text.
Reimplemented from SMWOrderedListPage.
Definition at line 31 of file SMW_PropertyPage.php.
References getPropertyValueList(), and getSubpropertyList().
| SMWPropertyPage::getSubpropertyList | ( | ) | [protected] |
Get the HTML for displaying subproperties of this property.
This list is usually short and we implement no additional navigation.
Definition at line 46 of file SMW_PropertyPage.php.
References $store, SMWPageLister::getColumnList(), SMWOrderedListPage::getDataItem(), SMWPageLister::getShortList(), and smwfGetStore().
Referenced by getHtml().
| SMWPropertyPage::getPropertyValueList | ( | ) | [protected] |
Get the HTML for displaying values of this property, based on the current from/until and limit settings.
Definition at line 84 of file SMW_PropertyPage.php.
References $store, SMWPageLister::getRequestOptions(), smwfGetStore(), and subjectObjectList().
Referenced by getHtml().
| SMWPropertyPage::subjectObjectList | ( | array $ | diWikiPages | ) | [protected] |
Format $diWikiPages chunked by letter in a table that shows subject articles in one column and object articles/values in the other one.
| $diWikiPages | array |
Definition at line 126 of file SMW_PropertyPage.php.
References $smwgMaxPropertyValues, $store, SMWInfolink::newBrowsingLink(), SMWDataValueFactory::newDataItemValue(), SMWInfolink::newInversePropertySearchLink(), smwfGetLinker(), and smwfGetStore().
Referenced by getPropertyValueList().
1.5.6