size; } /** * @return the $max */ public function getMax() { return $this->max; } /** * @param int $size */ public function setSize($size) { $this->size = (int)$size; return $this; } /** * @param int $max */ public function setMax($max) { $this->max = (int)$max; return $this; } /** * Build the field label. * @see Staple_Form_Element::label() * @return string */ public function label() { if(count($this->errors) != 0) { $buf = "