Home
last modified time | relevance | path

Searched refs:getDeptId (Results 1 – 17 of 17) sorted by relevance

/dports/www/osticket/upload/include/
H A Dclass.topic.php137 function getDeptId() { function in Topic
143 return $this->getDeptId() ? Dept::lookup($this->getDeptId()) : null;
H A Dclass.thread_actions.php138 && ($role = $thisstaff->getRole($T->getDeptId(), $T->isAssigned($thisstaff)))
145 && ($role = $thisstaff->getRole($T->getDeptId(), $T->isAssigned($thisstaff)))
H A Dclass.knowledgebase.php50 function getDeptId() { return $this->department; } function in Knowledgebase
H A Dclass.ticket.php606 function getDeptId() { function in Ticket
1095 $source = array('dept' => array($this->getDeptId()),
1410 if ($deptId == $this->getDeptId() || !($dept=Dept::lookup($deptId))) {
2539 … if ($parent->getDeptId() != ($ticketDeptId = $ticket->getDeptId()) && $tickets['combine'] != 2) {
2661 elseif ($dept->getid() == $this->getDeptId())
2979 if ($this->getDeptId() == $referee->getId()) {
3032 && $this->getDeptId() != $email->getDeptId()
3033 && ($dept=Dept::lookup($email->getDeptId()))
4279 $deptId = $deptId ?: $email->getDeptId();
4304 $deptId = $deptId ?: $topic->getDeptId();
H A Dclass.staff.php491 …if (!$parent->isPublic() && $parent->getDeptId() && !in_array($parent->getDeptId(), $staffDepts)) {
518 function getDeptId() { function in Staff
1360 if ($dept_id == $this->getDeptId())
H A Dclass.canned.php181 function getDeptId(){ function in Canned
H A Dajax.tasks.php555 && $t->getDeptId() != $_POST['dept_id']
661 $info['dept_id'] = $info['dept_id'] ?: $task->getDeptId();
H A Dclass.task.php155 function getDeptId() { function in TaskModel
541 $source = array('dept' => array($this->getDeptId()));
893 elseif ($dept->getid() == $this->getDeptId())
H A Dclass.email.php89 function getDeptId() { function in Email
H A Dclass.filter.php104 function getDeptId() { function in Filter
H A Dclass.dept.php435 return ($staff->getDeptId() == $this->getId());
H A Dclass.thread.php2205 'dept_id' => $ticket->getDeptId(),
2216 'dept_id' => $task->getDeptId(),
H A Dclass.search.php138 'dept_id'=> $model->getDeptId(),
H A Dajax.tickets.php547 $info['dept_id'] = $info['dept_id'] ?: $ticket->getDeptId();
/dports/www/osticket/upload/include/staff/
H A Dcannedresponses.inc.php7 $departments[] = $thisstaff->getDeptId();
H A Dstaffmembers.inc.php209 $agent->getDeptId(); ?>"><?php
H A Dticket-view.inc.php1022 if(($cannedResponses=Canned::responsesByDeptId($ticket->getDeptId()))) {