Lines Matching refs:_checkOption

47 	function _checkOption(&$match, $option, &$varAffected, $valIfFound){
99 $this->_checkOption($match, "displayList", $data['displayType'], CATLIST_DISPLAY_LIST);
100 $this->_checkOption($match, "displayLine", $data['displayType'], CATLIST_DISPLAY_LINE);
101 $this->_checkOption($match, "noNSInBold", $data['nsInBold'], false);
106 $this->_checkOption($match, "noHeadTitle", $data['useheading'], false);
107 $this->_checkOption($match, "forceHeadTitle", $data['useheading'], true);
109 $this->_checkOption($match, "noNSHeadTitle", $data['nsuseheading'], false);
110 $this->_checkOption($match, "hideNotFoundMsg", $data['show_notfound_error'], false);
113 $this->_checkOption($match, "forceLinks", $data['nsLinks'], CATLIST_NSLINK_FORCE); // /!\ Deprecated
134 $this->_checkOption($match, "excludeOnID", $data['exclutype'], 'id');
135 $this->_checkOption($match, "excludeOnName", $data['exclutype'], 'name');
136 $this->_checkOption($match, "excludeOnTitle", $data['exclutype'], 'title');
158 $this->_checkOption($match, "noHead", $data['head'], false);
159 $this->_checkOption($match, "showHead", $data['head'], true);
160 $this->_checkOption($match, "smallHead", $data['smallHead'], true);
161 $this->_checkOption($match, "noLinkStartHead", $data['linkStartHead'], false);
172 $this->_checkOption($match, "noAddPageButton", $data['createPageButtonNs'], false);
173 $this->_checkOption($match, "addPageButtonEach", $data['createPageButtonSubs'], true);
176 $this->_checkOption($match, "sortAscending", $data['sort_order'], CATLIST_SORT_ASCENDING);
177 $this->_checkOption($match, "sortDescending", $data['sort_order'], CATLIST_SORT_DESCENDING);
178 $this->_checkOption($match, "sortByTitle", $data['sort_by_title'], true);
179 $this->_checkOption($match, "sortByType", $data['sort_by_type'], true);
180 $this->_checkOption($match, "sortByCreationDate", $data['sort_by_date'], 'created');
181 $this->_checkOption($match, "sortByModifDate", $data['sort_by_date'], 'modified');
184 $this->_checkOption($match, "ACLshowPage", $data['show_pgnoread'], true);
185 $this->_checkOption($match, "ACLhideNs", $data['hide_nsnotr'], true);