value = $value; } } /* (non-PHPdoc) * @see Staple_Form_Element::field() */ public function field() { $classes = $this->getClassString(); echo $classes; return ' getAttribString().">\n"; } /* (non-PHPdoc) * @see Staple_Form_Element::label() */ public function label() { return " \n"; } public function build() { $buf = ''; $view = FORMS_ROOT.'/fields/FoundationButtonElement.phtml'; if(file_exists($view)) { ob_start(); include $view; $buf = ob_get_contents(); ob_end_clean(); } else { $buf .= "