Cassandra\UserTypeValue::set PHP Méthode

set() public méthode

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
Résultat void
    public function set($name, $value)
    {
    }