Cassandra\UserTypeValue::get PHP Метод

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

Retrieves the value at a given name.
public get ( sting $name ) : mixed
$name sting String of the field name
Результат mixed Value or null
    public function get($name)
    {
    }