| 1 | <?php |
||
| 5 | class DatabaseUtils |
||
| 6 | { |
||
| 7 | |||
| 8 | /** |
||
| 9 | * @param string $direction |
||
| 10 | * @return string |
||
| 11 | */ |
||
| 12 | public static function ensureOrderDirection(string $direction) : string |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param string|int $priority |
||
| 25 | * @return int |
||
| 26 | */ |
||
| 27 | public static function parseTaskPriority($priority) : int |
||
| 42 | } |
||
| 43 |