Cassandra\Map::offsetSet PHP Метод

offsetSet() публичный Метод

Sets the value at a given key
public offsetSet ( mixed $key, mixed $value ) : void
$key mixed Key to use.
$value mixed Value to set.
Результат void
    public function offsetSet($key, $value)
    {
    }