Documentation

AbstractSitemap

Table of Contents

delete()  : object
Delete the sitemap.
has()  : bool
Determine whether the sitemap exists.

Methods

delete()

Delete the sitemap.

public delete((string) $file) : object
Parameters
$file : (string)

File name with extension (.xml).

Tags
since
1.0.0
Return values
object

has()

Determine whether the sitemap exists.

public has((string) $file) : bool
Parameters
$file : (string)

File name with extension (.xml).

Tags
since
1.0.0
Return values
bool

Search results