| 
      
            Lines 157-166
          sub authorized_heading {
      
      
        Link Here
      
     | 
  
        
          | 157 | 
           | 
          157 | 
           | 
        
        
          | 158 | 
          =head2 get_all_authorities_iterator  | 
          158 | 
          =head2 get_all_authorities_iterator  | 
        
        
          | 159 | 
           | 
          159 | 
           | 
        
          
            
              | 160 | 
                  my $it = Koha::Authority->get_all_authorities_iterator();  | 
              160 | 
                  my $it = Koha::MetadataRecord::Authority->get_all_authorities_iterator();  | 
            
        
          | 161 | 
           | 
          161 | 
           | 
        
        
          | 162 | 
          This will provide an iterator object that will, one by one, provide the  | 
          162 | 
          This will provide an iterator object that will, one by one, provide the  | 
        
          
            
              | 163 | 
              Koha::Authority of each authority.  | 
              163 | 
              Koha::MetadataRecord::Authority of each authority.  | 
            
        
          | 164 | 
           | 
          164 | 
           | 
        
        
          | 165 | 
          The iterator is a Koha::MetadataIterator object.  | 
          165 | 
          The iterator is a Koha::MetadataIterator object.  | 
        
        
          | 166 | 
           | 
          166 | 
           | 
        
            
              | 167 | 
              -   | 
               | 
               |