GenerateSitemap
class GenerateSitemap extends Job implements ApplicationAwareInterface (View source)
Usage of this class for CLI has been deprecated: use the c5:sitemap:generate CLI command instead, or the classes in the Concrete\Core\Page\Sitemap namespace.
Traits
Trait ApplicationAwareTrait A trait used with ApplicationAwareInterface
Constants
| deprecated EOL | 
                     
  | 
            
Properties
| protected Application | $app | from ApplicationAwareTrait | 
Methods
Returns the job name.
Returns the job description.
Executes the job.
Deprecated: use the new classes in the Concrete\Core\Page\Sitemap namespace
Details
        
                            
    setApplication(Application $app)
        
    
    Setter method for the application
        
                static            
    __callStatic(mixed $name, mixed $arguments)
        deprecated
    
    deprecated
No description
        
                            
    __call(mixed $name, mixed $arguments)
        deprecated
    
    deprecated
No description
        
                            string
    getJobName()
        
    
    Returns the job name.
        
                            string
    getJobDescription()
        
    
    Returns the job description.
        
                            string
    run()
        
    
    Executes the job.
        
                static        private    
    _canIncludePageInSitemap(Page $page, array $instances)
        deprecated
    
    deprecated
No description
        
                static            bool
    canIncludePageInSitemap(mixed $page, mixed $instances)
        
    
    Deprecated: use the new classes in the Concrete\Core\Page\Sitemap namespace