Cassandra\UserTypeValue::set PHP 메소드

set() 공개 메소드

Sets the value at name in this user type value.
public set ( sting $name, mixed $value ) : void
$name sting String of the field name
$value mixed Value or null
리턴 void
    public function set($name, $value)
    {
    }