Searched refs:selectUserGroup (Results 1 – 2 of 2) sorted by relevance
/plugin/task/syntax/ |
H A D | taskform.php | 39 $selectUserGroup = NULL; 42 $selectUserGroup = substr($flag, 16); 43 $selectUserGroup = trim($selectUserGroup, '"'); 46 return array($ns, $flags, $selectUserGroup); 54 list($ns, $flags, $selectUserGroup) = $data; 57 … ($this->helper) $renderer->doc .= $this->helper->_newTaskForm($ns, $selectUser, $selectUserGroup);
|
/plugin/task/ |
H A D | helper.php | 435 * @param bool $selectUserGroup If not NULL and if $selectUser==true then the drop down list 439 function _newTaskForm($ns, $selectUser=false, $selectUserGroup=NULL) { argument 441 return $this->_newTaskFormNew($ns, $selectUser, $selectUserGroup); 443 return $this->_newTaskFormOld($ns, $selectUser, $selectUserGroup); 453 protected function _newTaskFormNew($ns, $selectUser=false, $selectUserGroup=NULL) { argument 481 $filter['grps'] = $selectUserGroup; 504 $filter['grps'] = $selectUserGroup; 537 protected function _newTaskFormOld($ns, $selectUser=false, $selectUserGroup=NULL) { argument 560 $filter['grps'] = $selectUserGroup;
|