Exemple #1
0
 /**
  * Return the Wrapper Attributes
  * @return array
  */
 public function wrapperAttributes()
 {
     $attr = parent::wrapperAttributes();
     if (!empty($this->_inputPrepend) || !empty($this->_inputAppend)) {
         $attr['class'][] = 'span2';
     }
     return $attr;
 }