Returns the currently configured discovery strategies as fully qualified class names.
Source
public static function getStrategies(): iterable
{
return self::$strategies;
}
Returns the currently configured discovery strategies as fully qualified class names.
public static function getStrategies(): iterable
{
return self::$strategies;
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.