silverstripe-googlesitemaps/src/Sitemapable.php

15 lines
194 B
PHP

<?php
namespace Wilr\GoogleSitemaps;
interface Sitemapable
{
/**
* Return the absolute URL for this object
*
* @return string
*/
public function AbsoluteLink();
}