r23665 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23664‎ | r23665 | r23666 >
Date:08:53, 3 July 2007
Author:proes
Status:old
Tags:
Comment:
* Added some comments to ViewInformation.php
Modified paths:
  • /trunk/extensions/Wikidata/OmegaWiki/ViewInformation.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Wikidata/OmegaWiki/ViewInformation.php
@@ -1,5 +1,16 @@
22 <?php
33
 4+/**
 5+ * ViewInformation is used to capture various settings that influence the way a page will be viewed
 6+ * depending on different use case scenarios. For instance, by specifying a filterLanguageId a page
 7+ * with be filtered entirely on one language, collapsing record sets to records where appropiate.
 8+ *
 9+ * A ViewInformation can be constructed based on various conditions. The language filtering for instance
 10+ * could be an application wide setting, or a setting that can be controlled by the user. Functions that
 11+ * use ViewInformation do not care about this. They are supposed to respect the settings provided wherever
 12+ * possible.
 13+ */
 14+
415 class ViewInformation {
516 public $filterLanguageId;
617 public $possiblySynonymousRelationTypeId;

Status & tagging log