getValueAttribute() public method

Get the value that should be assigned to the field.
public getValueAttribute ( string $name, string $value = null ) : mixed
$name string
$value string
return mixed
Exemplo n.º 1
0
 /**
  * Get the value that should be assigned to the field.
  *
  * @param string $name
  * @param string $value
  * @return mixed 
  * @static 
  */
 public static function getValueAttribute($name, $value = null)
 {
     return \Collective\Html\FormBuilder::getValueAttribute($name, $value);
 }