Cassandra\UserTypeValue::set PHP Method

set() public method

Sets the value at name in this user type value.
public set ( sting $name, mixed $value ) : void
$name sting String of the field name
$value mixed Value or null
return void
    public function set($name, $value)
    {
    }