public function SassParser::getCache_location in Sassy 7.3
Same name and namespace in other branches
- 7 phamlp/sass/SassParser.php \SassParser::getCache_location()
File
- phpsass/
SassParser.php, line 388
Class
- SassParser
- SassParser class. Parses {@link http://sass-lang.com/ .sass and .sccs} files. @package PHamlP @subpackage Sass
Code
public function getCache_location() {
return $this->cache_location;
}