PageItem
class PageItem extends Item (View source)
Properties
| protected string | $url | from Item | |
| protected string | $name | from Item | |
| protected bool | $isActive | from Item | |
| protected bool | $isActiveParent | from Item | |
| protected Item[] | $children | from Item | |
| protected int | $pageID | ||
| protected string | $keywords | 
Methods
                    jsonSerialize()
        
                                            
                
            No description
                    int
                
                
                    getPageID()
        
                                            
                
            No description
                    void
                
                
                    setPageID(int $pageID)
        
                                            
                
            No description
                    string
                
                
                    getKeywords()
        
                                            
                
            No description
                    setKeywords(string $keywords)
        
                                            
                
            No description
Details
        
                            
    __construct(Page $page = null, bool $isActive = false)
        
    
    Item constructor.
        in 
Item at line 50
                            string
    getUrl()
        
    
    No description
        in 
Item at line 58
                            string
    getName()
        
    
    No description
        in 
Item at line 66
                            bool
    isActive()
        
    
    No description
        in 
Item at line 74
                            array
    getChildren()
        
    
    No description
        in 
Item at line 82
                            void
    setChildren(array $children)
        
    
    No description
        in 
Item at line 87
                            
    addChild(Item $item)
        
    
    No description
        in 
Item at line 95
                            void
    setUrl(string $url)
        
    
    No description
        in 
Item at line 103
                            void
    setName(string $name)
        
    
    No description
        in 
Item at line 111
                            void
    setIsActive(bool $isActive)
        
    
    No description
        in 
Item at line 119
                            bool
    isActiveParent()
        
    
    No description
        in 
Item at line 127
                            void
    setIsActiveParent(bool $isActiveParent)
        
    
    No description
        
                            
    jsonSerialize()
        
    
    No description
        in 
Item at line 143
                            
    __clone()
        
    
    No description
        
                            int
    getPageID()
        
    
    No description
        
                            void
    setPageID(int $pageID)
        
    
    No description
        
                            string
    getKeywords()
        
    
    No description
        
                            PageItem
    setKeywords(string $keywords)
        
    
    No description