Do not override "getFilesPath" method in the Abstract style class

Fixes #56
This commit is contained in:
Dmitriy Simushev 2014-08-08 10:15:12 +00:00
parent c086ba176f
commit 6d90246bbe

View File

@ -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.
*