You are here

public function SassEachNode::getIndex_name in Sassy 7.3

File

phpsass/tree/SassEachNode.php, line 67

Class

SassEachNode
SassEachNode class. Represents a Sass @each loop. @package PHamlP @subpackage Sass.tree

Code

public function getIndex_name() {
  return isset($this->index_name) ? $this->index_name : 'i';
}