From 6d90246bbe81f9b4692b8b584aa21185e0529ef2 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Fri, 8 Aug 2014 10:15:12 +0000 Subject: [PATCH] Do not override "getFilesPath" method in the Abstract style class Fixes #56 --- src/mibew/libs/classes/Mibew/Style/AbstractStyle.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/mibew/libs/classes/Mibew/Style/AbstractStyle.php b/src/mibew/libs/classes/Mibew/Style/AbstractStyle.php index f4c1bac5..1e120aa4 100644 --- a/src/mibew/libs/classes/Mibew/Style/AbstractStyle.php +++ b/src/mibew/libs/classes/Mibew/Style/AbstractStyle.php @@ -119,14 +119,6 @@ abstract class AbstractStyle return $this->configParser; } - /** - * Builds base path for style files. This path is relative to Mibew root and - * does not contain neither leading nor trailing slash. - * - * @return string Base path for style files - */ - abstract public function getFilesPath(); - /** * Gets names of styles which are located in the $root_dir. *