Public Member Functions | Protected Member Functions | Protected Attributes

Zend_Crypt_Math_BigInteger Class Reference

Inheritance diagram for Zend_Crypt_Math_BigInteger:
Zend_Crypt_Math

Public Member Functions

 __construct ($extension=null)
 __call ($methodName, $args)

Protected Member Functions

 _loadAdapter ($extension=null)

Protected Attributes

 $_math = null

Detailed Description

Definition at line 44 of file BigInteger.php.


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

Definition at line 62 of file BigInteger.php.


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

Definition at line 78 of file BigInteger.php.

_loadAdapter ( extension = null ) [protected]
Parameters:
string$extension
Exceptions:
Zend_Crypt_Math_BigInteger_Exception

Definition at line 91 of file BigInteger.php.


The documentation for this class was generated from the following file: