Cassandra\UserTypeValue::get PHP Méthode

get() public méthode

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