Append a strategy at the end of the strategy queue.
string $strategy Fully qualified class name of a DiscoveryStrategy:
public static function appendStrategy($strategy) { self::$strategies[] = $strategy; self::clearCache(); }