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)
    {
    }