Change getRewrittenUrlViewName signature to public, to allow export to do a single query.

modifié:         core/lib/Thelia/Model/Brand.php
	modifié:         core/lib/Thelia/Model/Category.php
	modifié:         core/lib/Thelia/Model/Content.php
	modifié:         core/lib/Thelia/Model/Folder.php
	modifié:         core/lib/Thelia/Model/Product.php
	modifié:         core/lib/Thelia/Model/Tools/UrlRewritingTrait.php
This commit is contained in:
Benjamin Perche
2014-07-23 08:38:28 +02:00
parent a5a62b40e0
commit 32450117c2
6 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ trait UrlRewritingTrait
/**
* @returns string the view name of the rewritten object (e.g., 'category', 'product')
*/
abstract protected function getRewrittenUrlViewName();
abstract public function getRewrittenUrlViewName();
/**
* Get the object URL for the given locale, rewritten if rewriting is enabled.