예제 #1
0
 /**
  * Sets the HTML attributes
  * @param    mixed   $attributes     Either a typical HTML attribute string or an associative array
  * @access   public
  */
 static function setAttributes($attributes)
 {
     self::$_attributes = self::_parseAttributes($attributes);
 }