| 1 | <?php |
||
| 18 | class FunctionsPrintLists { |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Copy of core function, which is not public. |
||
| 22 | * |
||
| 23 | * @param Individual $individual |
||
| 24 | * |
||
| 25 | * @return string[] |
||
| 26 | * @see \Fisharebest\Webtrees\Functions\FunctionsPrintLists |
||
| 27 | */ |
||
| 28 | public static function sortableNames(Individual $individual) { |
||
| 42 | |||
| 43 | } |