Zend Framework  1.12
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Zend_Crypt_Math_BigInteger Class Reference

Public Member Functions

 __construct ($extension=null)
 Constructor; a Factory which detects a suitable PHP extension for arbitrary precision math and instantiates the suitable wrapper object.
 
 __call ($methodName, $args)
 Redirect all public method calls to the wrapped extension object.
 

Protected Member Functions

 _loadAdapter ($extension=null)
 

Protected Attributes

 $_math = null
 

Constructor & Destructor Documentation

__construct (   $extension = null)

Constructor; a Factory which detects a suitable PHP extension for arbitrary precision math and instantiates the suitable wrapper object.

Parameters
string$extension
Exceptions
Zend_Crypt_Math_BigInteger_Exception

Member Function Documentation

__call (   $methodName,
  $args 
)

Redirect all public method calls to the wrapped extension object.

Parameters
string$methodName
array$args
Exceptions
Zend_Crypt_Math_BigInteger_Exception
_loadAdapter (   $extension = null)
protected
Parameters
string$extension
Exceptions
Zend_Crypt_Math_BigInteger_Exception

Member Data Documentation

$_math = null
protected