PageBreadcrumb
class PageBreadcrumb implements BreadcrumbInterface, Iterator (View source)
Properties
| protected ItemInterface[] | $items | 
Methods
                    array
                
                
                    getItems()
        
                                            
                
            Returns all the items in the navigation.
                    setItems(array $items)
        
                                            
                
            Replace all the existing items with new ones.
                    rewind()
        
                                            
                
            {@inheritdoc}
                    ItemInterface|false
                
                
                    current()
        
                                            
                
            {@inheritdoc}
                    int|string
                
                
                    key()
        
                                            
                
            {@inheritdoc}
                    next()
        
                                            
                
            {@inheritdoc}
                    bool
                
                
                    valid()
        
                                            
                
            {@inheritdoc}
Details
        
                            NavigationInterface
    add(ItemInterface $item)
        
    
    Adds an item to the navigation.
        
                            array
    getItems()
        
    
    Returns all the items in the navigation.
        
                            NavigationInterface
    setItems(array $items)
        
    
    Replace all the existing items with new ones.
        
                            
    rewind()
        
    
    {@inheritdoc}
        
                            ItemInterface|false
    current()
        
    
    {@inheritdoc}
        
                            int|string
    key()
        
    
    {@inheritdoc}
        
                            
    next()
        
    
    {@inheritdoc}
        
                            bool
    valid()
        
    
    {@inheritdoc}