* @copyright (c), Thread */ interface SeoFrontModel { /** * @param bool|false $scheme * @return mixed */ public function getUrl($scheme = false); /** * @return mixed */ public static function findSeo(); }