ThreadedFactory::all PHP Method

all() public static method

public static all ( ) : Threaded[]
return Threaded[]
    public static function all()
    {
        return self::getInstance()->threadedList;
    }