Cassandra\Type\UserType::create PHP Method

create() public method

Creates a new Cassandra\UserTypeValue from the given name/value pairs.
public create ( $value = null ) : Cassandra\UserTypeValue
return Cassandra\UserTypeValue A user type value with given name/value pairs.
    public function create($value = null)
    {
    }