Markers
Table of Contents
Horde/Support/Array.php | 1 |
Horde/Support/Backtrace.php | 2 |
Horde/Support/ConsistentHash.php | 1 |
Horde/Support/Inflector.php | 3 |
Array.php
Type | Line | Description |
---|---|---|
TODO | 12 | - Incorporate stuff from Horde_Array? - http://docs.python.org/lib/typesmapping.html |
Backtrace.php
Type | Line | Description |
---|---|---|
TODO | 82 | Merge with createFromThrowable with PHP 7. |
TODO | 99 | Remove with PHP 7. |
ConsistentHash.php
Type | Line | Description |
---|---|---|
TODO | 18 | Ideas for future enhancement: - provide a callback when a point is moved on the circle, so that the calling code can take an action (say, transferring data). |
Inflector.php
Type | Line | Description |
---|---|---|
TODO | 20 | Add the locale-bubbling pattern from Horde_Date_Parser/Horde_Support_Numerizer |
TODO | 207 | Do we want locale-specific or locale-independent camel casing? |
TODO | 269 | Do we want locale-specific or locale-independent lowercasing? |