API Documentation

XmlRpc/Value/BigInteger.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_XmlRpc
subpackage
Value
version
$Id: Integer.php 17753 2009-08-22 16:09:37Z lars $
Classes
Zend_XmlRpc_Value_BigInteger

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_XmlRpc_Value_BigInteger

Extends from
Zend_XmlRpc_Value_Integer
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_XmlRpc
subpackage
Value
Properties
$_integer
Methods
__construct
getValue

Description

Properties

$_integer

Zend_Crypt_Math_BigInteger $_integer = ''

Details

$_integer
Zend_Crypt_Math_BigInteger
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( mixed $value ) :

Arguments
$value
mixed
Details
visibility
public
final
false
static
false

getValue

getValue( ) : Zend_Crypt_Math_BigInteger

Return bigint value object

Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.