You are here

public function SassParser::getTemplate_location in Sassy 7.3

Same name and namespace in other branches
  1. 7 phamlp/sass/SassParser.php \SassParser::getTemplate_location()

File

phpsass/SassParser.php, line 444

Class

SassParser
SassParser class. Parses {@link http://sass-lang.com/ .sass and .sccs} files. @package PHamlP @subpackage Sass

Code

public function getTemplate_location() {
  return $this->template_location;
}