Cassandra\UserTypeValue::get PHP Method

get() public method

Retrieves the value at a given name.
public get ( sting $name ) : mixed
$name sting String of the field name
return mixed Value or null
    public function get($name)
    {
    }