Example #1
0
 /**
  * Get the value that should be assigned to the field.
  *
  * @param string $name
  * @param string $value
  * @return string 
  * @static 
  */
 public static function getValueAttribute($name, $value = null)
 {
     //Method inherited from \Illuminate\Html\FormBuilder
     return \Bootstrapper\Form::getValueAttribute($name, $value);
 }