GenerateSitemap
class GenerateSitemap extends Job (View source)
Constants
EOL |
The end-of-line terminator. |
Methods
string
getJobName()
Returns the job name.
string
getJobDescription()
Returns the job description.
string
run()
Executes the job.
static
addPage(SimpleXMLElement $xmlDoc, int $cID, array $instances)
Check if the specified page should be included in the sitemap.xml file; if so adds it to the XML document.
static
canIncludePageInSitemap($page, $instances)
No description
Details
string
getJobName()
Returns the job name.
string
getJobDescription()
Returns the job description.
string
run()
Executes the job.
static private
addPage(SimpleXMLElement $xmlDoc, int $cID, array $instances)
Check if the specified page should be included in the sitemap.xml file; if so adds it to the XML document.
static protected
canIncludePageInSitemap($page, $instances)
No description