Prepend a strategy at the beginning of the strategy queue.
string $strategy Fully qualified class name to a DiscoveryStrategy:
public static function prependStrategy($strategy) { array_unshift(self::$strategies, $strategy); self::clearCache(); }