💡 \utils::GetClassesForInterface Add comment about return array ordering

This commit is contained in:
Pierre Goiffon
2023-03-17 12:08:48 +01:00
parent 673eca38e4
commit 53fbbcb536

View File

@@ -2899,7 +2899,7 @@ HTML;
* @param string $sClassNameFilter
* @param array $aExcludedPath Reg. exp. of the paths to exclude. Note that backslashes (typically for Windows env.) need to be 4 backslashes, 2 for the escaping backslash, 2 for the actual backslash 😅
*
* @return array
* @return array classes are returned in the same order as the module dependency tree, so core classes on top
* @since 3.0.0
*/
public static function GetClassesForInterface(string $sInterface, string $sClassNameFilter = '', $aExcludedPath = []): array