示例#1
0
 /**
  * Returns a string for the current suffix element which can be used as a HTML
  * class property.
  *
  * @return string
  */
 protected function getSuffixClass()
 {
     return "suffix " . $this->currObj->getClass(null);
 }