Example #1
0
 /**
  * Return the attributes for the sub tag that wraps the item tags
  * @param \QHListItem $objItem
  * @return array|null|string
  */
 public function GetSubTagAttributes($objItem)
 {
     return $objItem->GetSubTagAttributes();
 }