Example #1
0
 /**
  * Has children of specified item
  *
  * @param Varien_Object $item
  * @return bool
  */
 public function hasMultipleRows($item)
 {
     return $item->hasChildren() && count($item->getChildren()) > 0;
 }