Zend Framework
1.12
|
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 | |
__construct | ( | $extension = null | ) |
Constructor; a Factory which detects a suitable PHP extension for arbitrary precision math and instantiates the suitable wrapper object.
string | $extension |
Zend_Crypt_Math_BigInteger_Exception |
__call | ( | $methodName, | |
$args | |||
) |
Redirect all public method calls to the wrapped extension object.
string | $methodName | |
array | $args |
Zend_Crypt_Math_BigInteger_Exception |
|
protected |
string | $extension |
Zend_Crypt_Math_BigInteger_Exception |
|
protected |