PHP Class Sulu\Bundle\WebsiteBundle\Sitemap\Sitemap

Show file Open project: sulu/sulu

Public Methods

Method Description
__construct ( string $alias, integer $maxPage, DateTime $lastmod = null )
getAlias ( ) : string Returns alias.
getLastmod ( ) : DateTime Returns lastmod.
getMaxPage ( ) : integer Returns max-page.

Method Details

__construct() public method

public __construct ( string $alias, integer $maxPage, DateTime $lastmod = null )
$alias string
$maxPage integer
$lastmod DateTime

getAlias() public method

Returns alias.
public getAlias ( ) : string
return string

getLastmod() public method

Returns lastmod.
public getLastmod ( ) : DateTime
return DateTime

getMaxPage() public method

Returns max-page.
public getMaxPage ( ) : integer
return integer