Deprecate minifier API

This commit is contained in:
Aaron Carlino 2017-05-11 11:52:31 +12:00
parent 5b46461879
commit 11a5918810
2 changed files with 3 additions and 0 deletions

View File

@ -219,6 +219,7 @@ class Requirements_Backend
/**
* Gets the minification service for this backend
*
* @deprecated 4.0..5.0
* @return Requirements_Minifier
*/
public function getMinifier()

View File

@ -4,6 +4,8 @@ namespace SilverStripe\View;
/**
* Provides an abstract interface for minifying content
*
* @deprecated 4.0..5.0
*/
interface Requirements_Minifier
{