| @@ 2265-2273 (lines=9) @@ | ||
| 2262 | /** |
|
| 2263 | * @return array |
|
| 2264 | */ |
|
| 2265 | public static function getDefaultStatusList() |
|
| 2266 | { |
|
| 2267 | return [ |
|
| 2268 | self::STATUS_NEW, |
|
| 2269 | self::STATUS_PENDING, |
|
| 2270 | self::STATUS_UNCONFIRMED, |
|
| 2271 | self::STATUS_CLOSE, |
|
| 2272 | self::STATUS_FORWARDED |
|
| 2273 | ]; |
|
| 2274 | } |
|
| 2275 | ||
| 2276 | /** |
|
| @@ 2279-2287 (lines=9) @@ | ||
| 2276 | /** |
|
| 2277 | * @return array |
|
| 2278 | */ |
|
| 2279 | public static function getDefaultPriorityList() |
|
| 2280 | { |
|
| 2281 | return [ |
|
| 2282 | self::PRIORITY_NORMAL, |
|
| 2283 | self::PRIORITY_HIGH, |
|
| 2284 | self::PRIORITY_LOW, |
|
| 2285 | self::STATUS_CLOSE, |
|
| 2286 | self::STATUS_FORWARDED |
|
| 2287 | ]; |
|
| 2288 | } |
|
| 2289 | ||
| 2290 | /** |
|