Index: trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_QueryUIHelper.php |
— | — | @@ -584,7 +584,13 @@ |
585 | 585 | * |
586 | 586 | */ |
587 | 587 | class SMWQueryUIHelper { |
588 | | - |
| 588 | +/* |
| 589 | + * Design note: |
| 590 | + * This class does not define any format for how parameters should be |
| 591 | + * passed from the user to this class, expect those already defined by (Infolink) |
| 592 | + * |
| 593 | + */ |
| 594 | + |
589 | 595 | // members |
590 | 596 | protected $m_querystring = ''; // The query |
591 | 597 | protected $m_params = array(); // Parameters controlling how the results should be displayed |