Sitemap represents the actual site structure as an object tree.
The resulting instance can be iterated and used like an array.
- Class name: Sitemap
- Namespace: DieSchittigs\ContaoContentApiBundle
- This class implements: IteratorAggregate, ArrayAccess, Countable, DieSchittigs\ContaoContentApiBundle\ContaoJsonSerializable
protected mixed $sitemap = array()
- Visibility: protected
public mixed $sitemapFlat
- Visibility: public
mixed DieSchittigs\ContaoContentApiBundle\Sitemap::__construct(string $language, integer $pid)
constructor.
- Visibility: public
- $language string - <p>If set, ignores other languages</p>
- $pid integer - <p>Parent ID (for recursive calls)</p>
mixed DieSchittigs\ContaoContentApiBundle\Sitemap::getIterator()
- Visibility: public
mixed DieSchittigs\ContaoContentApiBundle\Sitemap::offsetExists($offset)
- Visibility: public
- $offset mixed
mixed DieSchittigs\ContaoContentApiBundle\Sitemap::offsetGet($offset)
- Visibility: public
- $offset mixed
mixed DieSchittigs\ContaoContentApiBundle\Sitemap::offsetSet($offset, $value)
- Visibility: public
- $offset mixed
- $value mixed
mixed DieSchittigs\ContaoContentApiBundle\Sitemap::offsetUnset($offset)
- Visibility: public
- $offset mixed
mixed DieSchittigs\ContaoContentApiBundle\Sitemap::count()
- Visibility: public
mixed DieSchittigs\ContaoContentApiBundle\ContaoJsonSerializable::toJson()
- Visibility: public
- This method is defined by DieSchittigs\ContaoContentApiBundle\ContaoJsonSerializable