You are here

public function SassPropertyNode::getName in Sassy 7

Same name and namespace in other branches
  1. 7.3 phpsass/tree/SassPropertyNode.php \SassPropertyNode::getName()

* Returns the name of this property. * If the property is in a namespace the namespace is prepended *

Return value

string the name of this property

File

phamlp/sass/tree/SassPropertyNode.php, line 162

Class

SassPropertyNode
SassPropertyNode class. Represents a CSS property. @package PHamlP @subpackage Sass.tree

Code

public function getName() {
  return $this->name;
}