Fix parent-child compatibility with class function names
This commit is contained in:
@ -20,7 +20,7 @@ class MDValueSet {
|
||||
*
|
||||
* @return array<string>
|
||||
*/
|
||||
public static function getSortedList(MDTlLoader $tlLoader, array $keyList, string $tlFileName, string $tlVarName):array {
|
||||
public static function getTlSortedList(MDTlLoader $tlLoader, array $keyList, string $tlFileName, string $tlVarName):array {
|
||||
|
||||
$output = [];
|
||||
foreach ($keyList as $tID) {
|
||||
|
Reference in New Issue
Block a user