PHP Class Redaxscript\Modules\SitemapXml\SitemapXml

Since: 2.2.0
Author: Henry Ruhs
Inheritance: extends Redaxscript\Module
Show file Open project: redaxmedia/redaxscript

Protected Properties

Property Type Description
$_moduleArray array array of the module

Public Methods

Method Description
render ( ) : string render
renderStart ( ) renderStart

Protected Methods

Method Description
_writeXML ( object $categories = null, object $articles = null ) : string

Method Details

_writeXML() protected static method

protected static _writeXML ( object $categories = null, object $articles = null ) : string
$categories object
$articles object
return string

render() public static method

render
Since: 2.5.0
public static render ( ) : string
return string

renderStart() public static method

renderStart
Since: 2.2.0
public static renderStart ( )

Property Details

$_moduleArray protected static property

array of the module
protected static array $_moduleArray
return array