You are here

protected property SassLiteral::$value in Sassy 7

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

*

Type: mixed value of the literal type

File

phamlp/sass/script/literals/SassLiteral.php, line 36

Class

SassLiteral
SassLiteral class. Base class for all Sass literals. Sass data types are extended from this class and these override the operation methods to provide the appropriate semantics. @package PHamlP @subpackage Sass.script.literals

Code

protected $value;