SassPropertyNode::getName PHP Method

getName() public method

If the property is in a namespace the namespace is prepended
public getName ( ) : string
return string the name of this property
    public function getName()
    {
        return $this->name;
    }