SassPropertyNode::getValue PHP Method

getValue() public method

Returns the parsed value of this property.
public getValue ( ) : string
return string the parsed value of this property
    public function getValue()
    {
        return $this->value;
    }