示例#1
0
 /**
  * @param IdmlElement $element
  * @return string containing the canonical CSS classname applied to the given element,
  * suitable for use in an HTML class='' attribute
  */
 public function getCssClassname($element)
 {
     return $element->getCssClassname();
 }