Example #1
0
 function _getValue($page_handle, &$revision_handle)
 {
     $author = _PageList_Column::_getValue($page_handle, $revision_handle);
     if (isWikiWord($author) && $this->dbi->isWikiPage($author)) {
         return WikiLink($author);
     } else {
         return $author;
     }
 }
Example #2
0
 function _getSortableValue($page_handle, &$revision_handle)
 {
     return _PageList_Column::_getValue($page_handle, $revision_handle);
 }