Generates a file where classes and their parents are inlined.
public static inline ( array $classes, string $cache, array $excluded ) : array | ||
$classes | array | An array of classes to load |
$cache | string | The file where classes are inlined |
$excluded | array | An array of classes that won't be inlined |
return | array | The source map of inlined classes, with classes as keys and files as values |