value = BigIntegerMath::factory()->init($value, 10); $this->type = self::XMLRPC_TYPE_I8; } /** * Return bigint value object * * @return string */ public function getValue() { return $this->value; } }