/** * @deprecated */ public static function getContactList($AppUI = null, $deptId) { trigger_error("The CDepartment::getContactList static method has been deprecated in 3.1 and will be removed in v4.0. Please use CDepartment->contacts() instead.", E_USER_NOTICE); $department = new CDepartment(); return $department->contacts($deptId); }