You are here

private property SassString::$quote in Sassy 7

Same name and namespace in other branches
  1. 7.3 phpsass/script/literals/SassString.php \SassString::quote

Type: string string quote type; double or single quotes, or unquoted.

File

phamlp/sass/script/literals/SassString.php, line 29

Class

SassString
SassString class. Provides operations and type testing for Sass strings. @package PHamlP @subpackage Sass.script.literals

Code

private $quote;