"relations" // or "attributes" or "all" )); } function run ($dbi, $argstr, &$request, $basepage) { $args = $this->getArgs($argstr, $request); extract($args); $pagelist = new PageList($info, $exclude, $args); // should attributes be listed as pagename here? $pagelist->addPageList($dbi->listRelations($mode == 'all', $mode == 'attributes', !empty($sortby))); return $pagelist; } }; // $Log: not supported by cvs2svn $ // Local Variables: // mode: php // tab-width: 8 // c-basic-offset: 4 // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: ?>